hacktricks/network-services-pentesting/1723-pentesting-pptp.md
Carlos Polop f0b5bcb9d2 arte
2024-01-10 11:21:44 +01:00

2.7 KiB
Raw Blame History

1723 - Pentesting PPTP

Learn AWS hacking from zero to hero with htARTE (HackTricks AWS Red Team Expert)!

Other ways to support HackTricks:

Basic Information

Commonly used to provide remote access to mobile devices, Point-to-Point Tunneling Protocol (PPTP) uses TCP port 1723 for key exchange and IP protocol 47 (GRE) to encrypt data between peers.

Default Port:1723

Enumeration

nmap Pn -sSV -p1723 <IP>

Brute Force

Vulnerabilities

{% embed url="https://www.schneier.com/academic/pptp/" %}

{% embed url="https://github.com/moxie0/chapcrack" %}

Learn AWS hacking from zero to hero with htARTE (HackTricks AWS Red Team Expert)!

Other ways to support HackTricks: