WPA Strip, Clean and Convert Script - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: User Contributions (https://hashcat.net/forum/forum-25.html) +--- Thread: WPA Strip, Clean and Convert Script (/thread-637.html) Pages:
1
2
|
RE: WPA Strip, Clean and Convert Script - atom - 11-16-2011 can pyrit export to aircrack? RE: WPA Strip, Clean and Convert Script - RealEnder - 11-16-2011 pyrit reads the same libpcap format as aircrack. Suitable options is to use something analyze verb, ie $pyrit -r file.cap analyze This shows info on handshakes found in the capture. P.s. make sure you use at least pyrit 0.4 for this to have the right results RE: WPA Strip, Clean and Convert Script - Hash-IT - 11-16-2011 I mentioned this earlier when I noticed problems with Aircrack. http://hashcat.net/forum/thread-498.html Unfortunately WPAclean can produce errors also. As mentioned in the link. RE: WPA Strip, Clean and Convert Script - RealEnder - 11-17-2011 For a project of mine I use combination of tools to make sure I have clean captures: http://sourceforge.net/p/dwpa/code/123/tree/web/common.php?force=True See submission function at line 30 RE: WPA Strip, Clean and Convert Script - Hash-IT - 11-17-2011 (11-17-2011, 05:02 PM)RealEnder Wrote: For a project of mine I use combination of tools to make sure I have clean captures: Thank you for your contribution Looks complicated !! ha ha ! I also notice that it uses WPAClean which I have had some issues with mentioned in my link. I am unable to find a reliable .cap cleaner, I guess we have to use different tools to see which work best on each case. My fear is spending a lot of time trying to test a .cap or .hacp file only to find out later that it has been corrupted all along ! I wish airodump-ng was better at checking to start with. RE: WPA Strip, Clean and Convert Script - SmilingWolf - 11-17-2011 Ok I think this is now ready to go Code: #Script_it, a simple script which simply tidy your .cap packets collection and prepare them for cracking with oclHashcat-Plus. Mainly added the logging capacity and the format check, along with some minor changes. This is the version 1.0 of Script_it, codename "Strike Of The Ninja" script_it.txt (Size: 3.04 KB / Downloads: 13) RE: WPA Strip, Clean and Convert Script - Hash-IT - 11-17-2011 Great work there SmilingWolf !! Updated to version 6 with my humble attempt. The most humiliating code contribution known to mankind ! Sleep 3 and clear; !!!!! ha ha ! What makes things worse is that I added them twice, twice the humiliation for the same bit of code !! I don’t do myself any favours do I !! Oh dear, you make me look retarded ! I am getting false Bad Caps reported, however this is not your script but a fault with wpaclean. Until wpaclean is fixed I wouldn’t totally dismiss the bad caps in the bad caps folder. Leave your excellent script as it is though, this isn’t your fault. I will PM you soon to ask you some questions for the wiki. RE: WPA Strip, Clean and Convert Script - Hash-IT - 11-20-2011 OK this is up on the wiki,.. atom, perhaps it may be a good idea to lock this now ? SmilingWolf has a Google project page for support or requests and things may get complicated if there is more than one place to download the script from. People getting hold of old versions etc. Thanks. RE: WPA Strip, Clean and Convert Script - atom - 11-20-2011 ok, thread closed. |