Aircrack-ng
Welcome, Guest. Please login or register.
September 02, 2010, 10:35:29 pm

Login with username, password and session length
Search:     Advanced search
Wiki: www.aircrack-ng.org
Bug tracker + latest devel sources: http://trac.aircrack-ng.org
35273 Posts in 6560 Topics by 22190 Members
Latest Member: MareckyPadanfooz
* Home Help Search Login Register
+  Aircrack-ng
|-+  General Discussion
| |-+  General Discussion
| | |-+  IPW2200 Injection (v2)
« previous next »
Pages: 1 ... 17 18 [19] Reply Print
Author Topic: IPW2200 Injection (v2)  (Read 114832 times)
LatinSuD
Full Member
***
Posts: 150


You are free to become a slave


WWW
Re: IPW2200 Injection (v2)
« Reply #270 on: July 11, 2009, 02:46:42 pm »
Reply with quote

But, how are you gonna be associated to an AP with true auth (using a fake key)? You'll definitely get rejected by the AP.
99.99% of aps out there use open authentication, that's why fake auth works too. Open authentication means that wep keys is not used with authentication packets, but only when sending data packets.
To make sure that iwconfig uses open auth use: iwconfig eth1 mode managed essid myhome key 1234567890 enc open ; ifconfig eth1 up

Once done that, type "iwconfig" and check that it is associated, it will be.

Failre is unlikely and might be caused by different things like: ap is configured to use shared key auth, there's a mac filtering, there's poor signal or interference, etc.
Logged
ElDeeb
Guest


Email
Re: IPW2200 Injection (v2)
« Reply #271 on: July 11, 2009, 03:10:38 pm »
Reply with quote

Quote
99.99% of aps out there use open authentication, that's why fake auth works too. Open authentication means that wep keys is not used with authentication packets, but only when sending data packets.
Didn't know that, thanks.

Quote
To make sure that iwconfig uses open auth use: iwconfig eth1 mode managed essid myhome key 1234567890 enc open ; ifconfig eth1 up

Once done that, type "iwconfig" and check that it is associated, it will be.
Will try it and post results later, thanks again.
Logged
spacekris
Newbie
*
Posts: 17


Re: IPW2200 Injection (v2)
« Reply #272 on: October 26, 2009, 10:42:52 pm »
Reply with quote

hi, i got a kinda noobi question,
i got a key but can someone point out how to enter or convert the key now for windows so i can enter it,
hex to ascii convert doesnt work somehow because its like ee:f0:ff:e0 and not the standard values.
thx
Logged
Mister_X
Administrator
Hero Member
*****
Posts: 3731


WWW
Re: IPW2200 Injection (v2)
« Reply #273 on: October 26, 2009, 11:38:54 pm »
Reply with quote

spacekris, offtopic, and don't forget to read the wiki (the FAQ has an entry about that).
Logged
spacekris
Newbie
*
Posts: 17


Re: IPW2200 Injection (v2)
« Reply #274 on: October 28, 2009, 12:30:48 am »
Reply with quote

hi, first tried this whole linux/aircrack yesterday and today now the whole day..,
got a little problem here getting the injection to work.
i am using backtrack latest (4) and i'll describe how far i've come:

00:00:00:00:00:00 = my original MAC
00:11:11:11:11:11 = BSSID of the AP to crack
00:22:22:22:22:22 = MAC of a client connected to the AP to crack
AP2crack = ESSID of the AP to crack
eth1 = my wireless adapter

[shell1]
rmmod ipw2200
modprobe ipw2200 rtap_iface=1 channel=7
iwconfig eth1 ap 00:11:11:11:11:11 essid AP2crack channel 7 key s:fakekey mode managed

[shell2]
airodump-ng --channel 7 --bssid 00:11:11:11:11:11 -w dump rtap0

[shell3]
aireplay-ng --arpreplay -b 00:11:11:11:11:11 -e AP2crack -h 00:22:22:22:22:22 -i rtap0 eth1

[shell1]
iwconfig eth1 ap 00:11:11:11:11:11 essid AP2crack channel 7 key s:fakekey mode managed

NOTES:

- i am running the commands in exactly this order.

- EVERY time when i start aireplay [shell3] eth1 disconnects immediatly from the associated AP2crack and i have to run iwconfig again (while not stopping aireplay!), see the last shell1. then aireplay continues..

- i HAVE TO add ESSID to the iwconfig AND(!) the aireplay command. if these two dont match, aireplay ends with the error -> there is no matching BSSID!

- I HAVE TO add the CHANNEL OF THE AP2CRACK to the modprobe command [shell1], otherwise aireplay will quit with the error:
Waiting for beacon frame (BSSID: 00:11:11:11:11:11) on channel 0
rtap0 is on channel 0, but the AP uses channel 7


- apart from that this error is persistant:
The interface MAC (00:00:00:00:00:00) doesn't match the specified MAC (-h).
        ifconfig eth1 hw ether 00:22:22:22:22:22


- i cannot change my MAC adress with
ifconfig eth1 hw ether 00:xx:xx:xx:xx:xx to match the MAC of the AP2crack client.
every time i do, its still the same error
interface MAC (00:00:00:00:00:00 still the original one) doesn't match..

PROBLEM:

1) aireplay is running, gathering packets, after some minutes getting some ACKs and some ARPs,
then injecting (up to >300 000), BUT airodump[shell2] is not increasing #data (just the 'normal' data increase once in a while from the client)! PWR ~-70 / RXQ ~ 70 .
why?

2) airodump via rtap0 is A LOT slower than via eth1, sometimes getting just 10 beacons a minute while airodump eth1 is running like hundreds of beacons a min.
also airodump rtap0 is (sometimes) getting beacons but not showing a single #data and not showing the STATIONS.
why?

3) question, can i have different rtaps so i can have one for every channel i need, so i dont have to always run rmmod ipw2200 and modprobe every time when attacking APs on different channels.like said aireplay is listening on chan 0 if i dont give rtap0 the right one for the AP.

4) or can i point aireplay to listen for beacons on the specific channel of the AP2crack so i dont have to change the rtapchannel every time?

5) if i have an AP without an ESSID (like <length 8>), how can i start an aireplay on that one, because like i said before, i have to enter both BSSID and ESSID for aireplay to work. i tried also giving it a dummy name (same iwconfig and aireplay) but didnt work (error:there is no matching essid).

6) how can i discover the ip of a connected STATION or the default ip of the AP? so i can set the ip when the cracked AP is not using dhcp.)

i am the whole day trying now to come this far Wink
so i would appreciate pointing me in the right direction.
thx!


« Last Edit: October 28, 2009, 06:06:18 pm by spacekris » Logged
spacekris
Newbie
*
Posts: 17


Re: IPW2200 Injection (v2)
« Reply #275 on: November 04, 2009, 05:45:13 am »
Reply with quote

thanks for helping .. i gave up.
Logged
Pages: 1 ... 17 18 [19] Reply Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Aircrack-ng | Powered by SMF 1.0.10.
© 2005, Simple Machines LLC. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!