Skip to content

rerange/pptpcrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to PPTP-Crack 👋

A Generic EAP/MPPE Implementation in Go

Install

make install

Prerequisite

Install WinPcap_4_1_3 for Windows or libpcap for MacOS and other linux distributions

For MacOS users:

brew install tcpdump

RFC Reference

  1. Microsoft PPP CHAP Extensions, Version 2: RFC2759
  2. Microsoft Point-To-Point Encryption (MPPE) Protocol: RFC3078
  3. Deriving Keys for use with Microsoft Point-to-Point Encryption (MPPE): RFC3079

Usage

pptpcrack -f dump.pcap -o dump_decrypt.pcap -w wordlist.txt 

-f string Filename of dump file to read from

-o string Filename of decrypted packets to write to

-w string Filename of password list to crack MS-CHAP-V2 handshake

Run tests

make test

Author

👤 orange

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!