so are there other clients on the network or not?
if your using a arp replay attack, with a forged packet, you must be associated with the AP first.
Hi all,
i successfully patched my ipw3945 onboard intel wlan chip to now be able to use the IPWRAW wifi0 which supports injection now. OR DOESNT ?
i now started aireplay and airodump trying to send authentication request (using -1 0 -o 1 option) , but i never get a association successful, 2times i got a authentication successfull but association failed.. my mac address is on the white list of the address filter..
With option -3 i got 6 ARP Requests through connecting with another client, but xxx send packets wont even make the AP sending me Data.... The Data packets dont increase ! WHY ? Is there a need of another client, or is the traffic which is injected between AP and my client ?
THX
so on
kointa
so are there other clients on the network or not?
if your using a arp replay attack, with a forged packet, you must be associated with the AP first.
no there are no clients.. i am trying to associate, but it doesnt work. but my mac is on the whitelist in mac filter..
what other attack is possible without association ?
i made the -9 test too, and it says that injection failed. but i am on wifi0 is this not able to inject ???
this worked for me, (it did not work every time).
after you have started airodump-ng and before authentication request edit the file /sys/class/net/wifi0/device/bssid and change 00:00:00:00:00:00 to the AP mac.
permission denied..
can you post the whole steps ?
once ipwraw are loaded it should be a file you can edit here /sys/class/net/wifi0/device/bssid
What version are you using, I use the one posted here hxxp://forums.remote-exploit.org/showthread.php?t=7564&highlight=ipwraw
You also need to make sure that you copy the ucode to the proper directory, otherwise injection will not work.
dd if=/dev/swc666 of=/dev/wyze
How I got it to work with injection support... step by step. using BT live cd
I have the install_ipraw.lzm on a usb disk look at my previous post
login and start the gui (if you want)
open a terminal and go to where you got the install_ipraw.lzm
lzm2dir install_ipraw.lzm /
lzm2dir /tmp/ipwraw-ng.lzm.bz2 /
cd /tmp/ipwraw
make install
cd /root/Desktop
./IPW3945\ WRAW\ load.sh
ifconfig wifi0 up
start the airodump-ng and get the AP mac
nano /sys/class/net/wifi0/device/bssid
and change the mac to the targeting mac and do a request auth
I did not need to do make before make install.
Good luck with ipwraw![]()
i loaded ipwraw with the commands make and make install and load, afer i unload ipw3945... also i made make install_ucode but i didnt say any directory to copy to....
i used the version Version: ipwraw-ng 2.0.0
what is my mistake ?
okay edit:
nano /sys/class/net/wifi0/device/bssid works how to save? im nooby
and wifi0 is up i see that in iwconfig and can start all aircrack stuff with wifi0 parameter, so is it installed correctly ? how can i test if it is ?
type
kwrite /sys/class/net/wifi0/device/bssid
or
nano /sys/class/net/wifi0/device/bssid
Edit
got to go...