Sinisterly
How is it working? - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Computers (https://sinister.li/Forum-Computers)
+--- Forum: Operating Systems (https://sinister.li/Forum-Operating-Systems)
+--- Thread: How is it working? (/Thread-How-is-it-working)

Pages: 1 2


How is it working? - RaccoonCity_mybb_import13707 - 10-15-2013

Hello, I've seen alot of these Wireless network hacking threads, when I was 10 I succeded with this on my own network, my dad changed the password. Now we have a password with I think 38 letters, this is pretty strong.

Well well, I used Aircrack to do this, but I was just wondering, how in the world is this working?

Is it a dictionary attack, bruteforce? I know that it collects alot of packets before you start the attack. If anyone know, please tell me. This is real intresting. Wink


RE: How is it working? - Slarek - 10-15-2013

It is a bruteforce attack.
Once a friend of mine cracked a WPA2/PSK password for two weeks:Grin:


RE: How is it working? - chmod - 10-15-2013

(10-15-2013, 06:34 PM)Slarek Wrote: It is a bruteforce attack.
Once a friend of mine cracked a WPA2/PSK password for two weeks:Grin:

LOL that's a long time for cracking a network fair play to the guy I would have given up a long time before 2 weeks!

OP if you are asking for an explanation of how the process is actually done then check this out from the aircrack website:
Quote: Aircrack-ng is an 802.11 WEP and WPA/WPA2-PSK key cracking program.

Aircrack-ng can recover the WEP key once enough encrypted packets have been captured with airodump-ng. This part of the aircrack-ng suite determines the WEP key using two fundamental methods. The first method is via the PTW approach (Pyshkin, Tews, Weinmann). The default cracking method is PTW. This is done in two phases. In the first phase, aircrack-ng only uses ARP packets. If the key is not found, then it uses all the packets in the capture. Please remember that not all packets can be used for the PTW method. This Tutorial: Packets Supported for the PTW Attack page provides details. An important limitation is that the PTW attack currently can only crack 40 and 104 bit WEP keys. The main advantage of the PTW approach is that very few data packets are required to crack the WEP key. The second method is the FMS/KoreK method. The FMS/KoreK method incorporates various statistical attacks to discover the WEP key and uses these in combination with brute forcing.

This is just a snippet if you are interested you can read the rest of the article here


RE: How is it working? - Slarek - 10-15-2013

@chmod
Indeed a long time. But it was a challenge so he was't ready to give up.
Although I'm not sure if he has exaggerated a bit...


RE: How is it working? - chmod - 10-15-2013

(10-15-2013, 06:56 PM)Slarek Wrote: @chmod
Indeed a long time. But it was a challenge so he was't ready to give up.
Although I'm not sure if he has exaggerated a bit...

It's entirely feasible for a bruteforce attack but it's a lot more time than most people would invest in such an attack so who knows he may be exaggerating slightly or maybe he has a lot of patience or really wanted free internet :Confused:


RE: How is it working? - dR.0xYw0Rm - 10-16-2013

Explaining how it works it's not needed now as chmod has explained above.
But the key to crack the passcode is to have a gr8 wordlist. Smile


RE: How is it working? - blackeagle - 10-16-2013

have a worldlist do you need it with aircrack ? i don't think so am i wrong guys ?


RE: How is it working? - chmod - 10-16-2013

(10-16-2013, 11:14 PM)blackeagle Wrote: have a worldlist do you need it with aircrack ? i don't think so am i wrong guys ?

You do for attack against WPA. You can also use crunch or jtr to feed words in but that's more a brute force attack.


RE: How is it working? - dR.0xYw0Rm - 10-16-2013

(10-16-2013, 11:14 PM)blackeagle Wrote: have a worldlist do you need it with aircrack ? i don't think so am i wrong guys ?

In my opinion , Yes it's needed, otherwise you have to use crunch.


RE: How is it working? - blackeagle - 10-16-2013

@chmod @dR.0xYw0Rm well from what i understood it collects packets and from the packets collected it gets the password !!