- To retrieve ssid and wifi passwords stored on another device.
- Can be used to penetrate target network without having to capture 4-way handshake and then trying to crack it.
- Start server application on your machine : python server.py
- Social engineer the victim to download the client file and run using python3.6 : python client.py
- A file of mac address of victim as name containing ssid and WPA2_PSk
will be generated in victims folder - Server will autoamatically create Wordlist by extracting unique PSK from all victim files
- To search for password for a certain SSID : python search.py
- Enable 2 step verification in your gmail account and generate app password . Also works with regular password
- Generate agent.py file as mail_password.py -e and -p
- Social engineer the victim to execute the file agent.py by hiding within a JPG,PDF or whatever trojan you prefer
- That's it . The SSID and passwords will be emailed to you :)
- Cracking the 4-way handshake can be a very time-consuming process
- It has a low success rate .
- You need to have correct password in your wordlist
- To speeden up the process requires expensive GPUs
- Works very fast .
- Almost 100% success rate
- No need to know or guess the correct password
- No need of expensive GPUs
- Cross-platform . Works on Linux and Windows . MacOS support coming soon