I've found that Aircrack-ng is very powerful tool for Wireless Hacking.
But it is a bit complicate to use (even with its documentations).
Also, when i run GUI, it needs to add "Capture File". What is that?

Additionally, it says Windows version is weaker then Linux version. So how can i get it run like a Linux version?

Can anyone guide me up all with clear steps? (to use on Win XP)

link|improve this question
2  
"So how can i get it run like a Linux version?" - Really? Run it on Linux (native install, virtual machine, live CD, etc.) – Mike Fitzpatrick Jul 23 '11 at 7:59
feedback

2 Answers

The capture file holds any handshakes or ivs that aircrack needs to break security,

Aircrack-Ng is a suite of software, the main ones are:

Airmon:

This will switch your wifi card into monitor mode

Aircrack: this breaks wep and wpa ever by calculating for wep or bruteforcing for wpa

Airodump: this listens to all network traffic going through the air and captures wpa handshakes or wep ivs to a capture file. You can use filters to just listen to traffic from specific aps and or channels

Aireplay: this does some nifty tricks, it's main one is arp replay this will decrease drastically the time it takes to crack wep. It can also force ap dissasociations to capture wpa handshakes.

So you switch your card into monitor mode with airmon

start a capture with airodump

While capturing you use aireplay do packet injection tricks.

And you use aircrack to crack the capture file and hopefully get a key out of it.

I'd stay away from windows I heard you have to write your own dlls to get it working with your wifi card.

You can use backtrack it's a penertration testing linux live cd that has aircrack already loaded.

link|improve this answer
Ah, thanks a lot for your explanation, Steve. I am a bit clear then before. So am realizing that the best practice would be getting with a Linux, Backtrack. But as i am just a noob with Linux, i have just practiced with Slax (USB Portable O/S). Can i go with Slax? Please suggest me. – Alvin Jul 23 '11 at 22:10
I've never used slax, but you could ever use it's package manager if it had one to install aircrack or build from source but if you new to Linux then stick with ubuntu or fedora there noob friendly and I can give you an easy one line install for both. – Stephen Martin Jul 23 '11 at 22:49
feedback

Also, when i run GUI, it needs to add "Capture File". What is that?

That is the file that will contain whatever was captured when you are done.

link|improve this answer
This doesn't answer his primary question, and probably doesn't help him with the sub-question you did try to answer. If he doesn't know what a Capture File is, he probably doesn't know what's being captured. – Spiff Jul 23 '11 at 10:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.