Distributed Wpa Psk Auditor Site
If you’ve ever performed a wireless security assessment, you know the frustration. You’ve captured the WPA 4-way handshake. You have the .cap file. Now comes the waiting game.
import redis r = redis.Redis() handshake = load_handshake("capture.cap") wordlist = load_wordlist("rockyou.txt") for chunk in chunks(wordlist, 10000): r.lpush("wpa_tasks", chunk) r.hset("chunk_status", chunk.id, "pending") Distributed Wpa Psk Auditor
"chunk_id": 4421, "start": "aaaaaaa", "end": "aaaaaaz", "ssid": "HomeNetwork", "handshake_m1": "base64_encoded_data", "handshake_m2": "base64_encoded_data" If you’ve ever performed a wireless security assessment,