Sinisterly
[Noob Friendly]Cracking WPA/WPA2-Encryption Pre-Shared Key (PSK) - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Network Hacking (https://sinister.ly/Forum-Network-Hacking)
+--- Thread: [Noob Friendly]Cracking WPA/WPA2-Encryption Pre-Shared Key (PSK) (/Thread-Noob-Friendly-Cracking-WPA-WPA2-Encryption-Pre-Shared-Key-PSK)

Pages: 1 2


RE: [Noob Friendly]Cracking WPA/WPA2-Encryption Pre-Shared Key (PSK) - ch3rn0byl - 07-26-2013

(07-24-2013, 12:53 PM)lady_godiva Wrote: Sometimes the best solution to capture a password would be setting a rogue AP with a stronger signal than the router but to do this you have to be very close to the target. Backtrack offers tools to do this

Haha! I can just picture some of the new people just getting into the scene trying to do this and sparks coming out of their ears hahaha!!
Was a purty good tutorial though, moroaddict! Smile


RE: [Noob Friendly]Cracking WPA/WPA2-Encryption Pre-Shared Key (PSK) - ch3rn0byl - 07-26-2013

(07-24-2013, 12:53 PM)lady_godiva Wrote: Sometimes the best solution to capture a password would be setting a rogue AP with a stronger signal than the router but to do this you have to be very close to the target. Backtrack offers tools to do this

Haha! I can just picture some of the new people just getting into the scene trying to do this and sparks coming out of their ears hahaha!!
Was a purty good tutorial though, moroaddict! Smile


RE: [Noob Friendly]Cracking WPA/WPA2-Encryption Pre-Shared Key (PSK) - lady_godiva - 07-26-2013

yea you know, PhD oftern got nothing better to do but they come out with some good idea sometimes Smile


RE: [Noob Friendly]Cracking WPA/WPA2-Encryption Pre-Shared Key (PSK) - chupacabra - 07-29-2013

i was wondering if there were any ways to up the chances of success outside of just "trying again" for a good handshake. i don't have a problem capturing them but getting a good one according to cowpatty is just not working. would it help to add the essid along with the bssid in the airodump script?


---nevermind about the essid option. there obviously is not one in airodump that i see.


RE: [Noob Friendly]Cracking WPA/WPA2-Encryption Pre-Shared Key (PSK) - bmchris - 07-29-2013

There is no other way to use windows?
I don't wanna download a new system


RE: [Noob Friendly]Cracking WPA/WPA2-Encryption Pre-Shared Key (PSK) - Psycho_Coder - 07-29-2013

(07-29-2013, 02:16 AM)bmchris Wrote: There is no other way to use windows?
I don't wanna download a new system

http://www.hackcommunity.com/Thread-Tutorial-Cracking-WEP-key-with-windows

http://prabinaidi.blogspot.in/2013/03/how-to-crack-wifiwpa-n-wpa2-psk.html

http://www.aircrack-ng.org/doku.php?id=cracking_wpa


RE: [Noob Friendly]Cracking WPA/WPA2-Encryption Pre-Shared Key (PSK) - Shrinivas - 09-25-2013

i tried all this but i was unable to crack wpa network .. can any one explain oclhashcat and mask process to hack wpa ?? and more about getting rainbow tables ...


RE: [Noob Friendly]Cracking WPA/WPA2-Encryption Pre-Shared Key (PSK) - tas_ok - 11-13-2013

Nice article!
Second solution
1)
if you have 2 or 4 cpu's or Cloud you can create your wordlist with Chrunch tool

./crunch 8 8 azmnjk012345678 -o /root/wordlist.lst

Create the PMK's

genpmk -f wordlist.lst -s <network_SSID> -d output.lst


2)
airodump-ng -c 1 --bssid <AP_MAC> -w <PCAP> mon0

cowpatty -f output.lst -s <network_SSID> -r <pcap_file>

WPA/WPA2 crack in a few seconds (50000 PMK/s)because we have create generate PMK's


RE: [Noob Friendly]Cracking WPA/WPA2-Encryption Pre-Shared Key (PSK) - NinjaKnight - 06-02-2014

This is nice, I saw this after the one without the dictionary, They are both really well explained in my opinion. At least to me they are.


RE: [Noob Friendly]Cracking WPA/WPA2-Encryption Pre-Shared Key (PSK) - NinjaKnight - 06-03-2014

I put all the code in, and it didnt work. I cant figure out what im doing wrong here!!!

-NinjaKnight-