Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - Creamos la DB
- # airolib-ng wpa --import passwd /root/wl/744millionpws.txt
- - Ahora importamos el ESSID
- # vi /root/wl/essid.txt
- <ESSID DEL HANDSHAKE>
- # airolib-ng wpa --import essid /root/wl/essid.txt
- - Verificamos la informacion aƱadida
- # airolib-ng wpa --stats
- - Reindexamos la informacion (Proceso muy lento!)
- # airolib-ng wpa --clean all
- - Generamos las PMKs
- # airolib-ng wpa --batch
- - Verificamos el estado de la DB y las PMKs
- # airolib-ng wpa --verify all
- - Ahora preparamos el crack con aircrack-ng
- #aircrack-ng -r wpa <CAPFILE>
Add Comment
Please, Sign In to add comment