seteve / reaver-wps

Automatically exported from code.google.com/p/reaver-wps
0 stars 0 forks source link

Add a function to save passwords in the file & possibility of attack on list of BSSID's from the file #186

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Add a function to save passwords in the file.
To look like this :
$ reaver -i mon0 -o /path/ap.key
$ cat /path/ap.key
#1
ESSID:    'Victim'
BSSID:    '00:01:23:45:67:89'
WPS PIN:  '25166293'
WPA PSK:  'longpassword'

& possibility of attack on list of BSSID's from the file.With the ability to 
switch between BSSID in the event of unavailability in a circle.

To look like this :

$ cat /path/bssid.list
00:01:23:45:67:89
00:02:23:45:67:89
00:03:23:45:67:89
00:04:23:45:67:89
$ wash -i mon0 -o /path/bssid.list
$ reaver -i mon0 -B /path/bssid.list -o /path/ap.keys

Original issue reported on code.google.com by Alexande...@gmail.com on 27 Jan 2012 at 12:16

GoogleCodeExporter commented 8 years ago
Good idea.But no update of reaver 1.4 anymore.

Original comment by anteros2...@gmail.com on 25 Jan 2014 at 6:35

GoogleCodeExporter commented 8 years ago
We can use wifite.py script for this.

Original comment by Alexande...@gmail.com on 26 Jan 2014 at 1:44