1723 - Pentesting PPTP

Support HackTricks

WhiteIntel is a dark-web fueled search engine that offers free functionalities to check if a company or its customers have been compromised by stealer malwares.

Their primary goal of WhiteIntel is to combat account takeovers and ransomware attacks resulting from information-stealing malware.

You can check their website and try their engine for free at:


Basic Information

Point-to-Point Tunneling Protocol (PPTP) is a method widely employed for remote access to mobile devices. It utilizes TCP port 1723 for the exchange of keys, while IP protocol 47 (Generic Routing Encapsulation, or GRE), is used to encrypt the data that is transmitted between peers. This setup is crucial for establishing a secure communication channel over the internet, ensuring that the data exchanged remains confidential and protected from unauthorized access.

Default Port:1723

Enumeration

nmap –Pn -sSV -p1723 <IP>

Vulnerabilities

Support HackTricks

Last updated