![]() |
|
hack wpa in gerix - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Hacking (https://sinister.li/Forum-Hacking) +--- Forum: Network Hacking (https://sinister.li/Forum-Network-Hacking) +--- Thread: hack wpa in gerix (/Thread-hack-wpa-in-gerix) |
hack wpa in gerix - vqoley - 12-18-2012 hello. anyone know how to hack wpa in gerix? help please.... :headbash::headbash: hack wpa in gerix - vqoley - 12-18-2012 hello. anyone know how to hack wpa in gerix? help please.... :headbash::headbash: RE: hack wpa in gerix - moroaddict - 02-19-2013 WPA,WPA2,WPA2 PSK....which one of these? tbh there is many ways, for WPA2 PSK you need a dictionary, WPA2/WPA can be easly cracked whit reaver....first of all if you're using backtrack 5 (r2,r3) then you have installed reaver and everything you need (also there is pyrit for WPA2 psk).... 1. open terminal type airmon-ng 2. airmon-ng start wlan0 (starts monitor mode for ex. "mon0") 3. airodump-ng mon0 (scan) when you find network you want to hack,all you need is bssid,channel ( you can stop scan with ctrl-c) ...you can also do it with another program "wash -i mon0" 5. open new terminal and type "reaver -i mon0 -b "targets BSSID" -c "CHANNEL" -d 0 -vv explanation of reaver commands: -i interface -d delay between attemps deafult is 1 sec so -d 0 gonna speed it up you can also speed it up with --dh-small .... for PSK you will need to bruteforce password for that you need rly good dictionary of possible words and it can take a long time to crack... you can speed it up with pyritc ( check gerix wifi cracker ) i think i made 1 thread long time ago about WEP crack with gerix so you can use it for some informations... i'll make tut about cracking WPA with gerix today or 2morrow i ll post it to HC.... |