07-20-2016, 02:20 PM
I've scripted some post run functions. Listing what hccap file, what script/method, dictionary, and success into a separate file.
I keep a separate text file of of the runs' info and a other of the passwords. Then just grep them to find what I'm looking for.
PW file kooks like:
Run info looks like:
I can post scripts if you want. But they are linux (and probably work OK on a Mac) bash scripts.
(I'll just need to clean them up for general consumption)
I keep a separate text file of of the runs' info and a other of the passwords. Then just grep them to find what I'm looking for.
PW file kooks like:
Code:
My WiFi xx:xx:95:xx:e8:5f f0:xx:75:0e:xx:26 420xxxxxxx
Run info looks like:
Code:
script capfile Dictionary result
wparuletop1 mywifi.hccap ./rockyou.txt **Cracked**
I can post scripts if you want. But they are linux (and probably work OK on a Mac) bash scripts.
(I'll just need to clean them up for general consumption)