Skip to content

rerange/pptpcrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7a96106 Β· Jun 24, 2019

History

13 Commits
Jun 16, 2019
Jun 16, 2019
Jun 16, 2019
Jun 16, 2019
Jun 16, 2019
Jun 24, 2019
Jun 16, 2019
Jun 16, 2019
Jun 16, 2019

Repository files navigation

Welcome to PPTP-Crack πŸ‘‹

A Generic EAP/MPPE Implementation in Go

🏠 Homepage

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!