Sinisterly
Hacking WEP/WPA/WPA2 [Python] - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Network Hacking (https://sinister.ly/Forum-Network-Hacking)
+--- Thread: Hacking WEP/WPA/WPA2 [Python] (/Thread-Hacking-WEP-WPA-WPA2-Python)



Hacking WEP/WPA/WPA2 [Python] - pw0ned - 09-23-2016

Script under Python. Interactive

I apologize for the mistakes, English know not ideally.

http://pastebin.com/HjUctxUt

[Image: h_1474637371_1233118_eafe0b026a.png]


RE: Hacking WEP/WPA/WPA2 [Python] - Skullmeat - 09-23-2016

Ah... an atheros chipset... is that an Alpha AWS036?


RE: Hacking WEP/WPA/WPA2 [Python] - Inori - 09-23-2016

Code looks pretty solid, but why not use a language that's more friendly with the file system and shell interface and implements tools like grep and ls as part of the builtin package like Perl or (to an extent) PHP?

Alternatively, if you still want to use Python and want a clean and easy CLI, use the standard argparse module.


RE: Hacking WEP/WPA/WPA2 [Python] - Bish0pQ - 09-23-2016

Thank you for sharing this.

Most of the time I use HT-WPS breaker.
It uses multiple cracking tools in one.
For example : WPS Wash, Aircrack-ng and others.

https://github.com/SilentGhostX/HT-WPS-Breaker


RE: Hacking WEP/WPA/WPA2 [Python] - Hazmat - 10-02-2016

(09-23-2016, 02:58 PM)Bish0pQ Wrote: Thank you for sharing this.

Most of the time I use HT-WPS breaker.
It uses multiple cracking tools in one.
For example : WPS Wash, Aircrack-ng and others.

https://github.com/SilentGhostX/HT-WPS-Breaker

thanks for this and y our script is nice OP


RE: Hacking WEP/WPA/WPA2 [Python] - d0ntjump - 11-10-2016

(09-23-2016, 02:58 PM)Bish0pQ Wrote: Thank you for sharing this.

Most of the time I use HT-WPS breaker.
It uses multiple cracking tools in one.
For example : WPS Wash, Aircrack-ng and others.

https://github.com/SilentGhostX/HT-WPS-Breaker

Great & colorful tool! Thanks 4 the share.


RE: Hacking WEP/WPA/WPA2 [Python] - mothered - 11-10-2016

(09-23-2016, 02:55 PM)Ao- Wrote: Code looks pretty solid,

This, I do agree with.

It'll be Interesting to see just how It performs.
Thanks for the contribution.


RE: Hacking WEP/WPA/WPA2 [Python] - xssinj - 03-04-2017

Thank you for sharing this.

Most of the time I use HT-WPS breaker.
It uses multiple cracking tools in one.
For example : WPS Wash, Aircrack-ng and others.


RE: Hacking WEP/WPA/WPA2 [Python] - SCARIO - 01-22-2020

I did not understand anything