ddotanger
Status: n/a
Joined: Sun, 13 Nov 2016
Posts: 55
Team:
Reputation: 40
Offline
|
Mon, 21 Nov 2016 @ 20:03:14
I'm having trouble reducing the size of a cap that is just shy of 15MB (too big to upload for hccap conversion). There are multiple networks captured, the first of which is the target. The handshake is showing as present in aircrack. When I run it through wpaclean it leaves me with an empty file. 48
Rep for help is appreciated.
|
DjBro
Status: n/a
Joined: Mon, 01 Aug 2016
Posts: 60
Team:
Reputation: 51
Offline
|
Mon, 21 Nov 2016 @ 20:30:10
Use cap2hccap https://hashkiller.co.uk/downloads/cap2hccap.zip 1.Extract cap2hccap to Desktop 2.copy this command DOS in a file batch and save like autohccap.bat: for %%f in (*.cap) do ( echo "%%f" SET string="%%f" SETLOCAL EnableDelayedExpansion SET modified=!string:.cap=! cap2hccap\aircrack-ng.exe "%%f" -J "!modified!" )
pause 3.copy your cap file to convert 4.run batch file he generate in auto all hccap you want is very easy 5.for more easy step downlaod the hashcat gui where you find all util tools like cap2hccap
Pls give me the rep if i helped you :) BTC: 38cW8PoqE6m4gDnHBUtK6KiD7DrhpALxU7 PayPal: paypal.me/DjBro
|
ddotanger
Status: n/a
Joined: Sun, 13 Nov 2016
Posts: 55
Team:
Reputation: 40
Offline
|
Tue, 22 Nov 2016 @ 16:51:12
DjBro said: Use cap2hccap https://hashkiller.co.uk/downloads/cap2hccap.zip Thanks bro. Ended up just extracting the needed packets with wireshark  Just another d'oh moment, haha. 40
Rep for help is appreciated.
|