Not the best section for this (double) post :P
google first results says forums.remote-exploit.org/showthread.php?t=11211
hey guys im using BT3 and added the install_ipwraw.lzm module to the ISO. i then booted it up and as expected, the two .sh files are on the desktop.
i then used the commands that were specified in this thread
bt ~ # modprobe -r iwl3945
nothing happened (expected?). but then when i put in the next part it gave me this:
bt ~ # modprobe ipwraw
FATAL: Error inserting ipwraw (/lib/modules/2.6.21.5/kernel/drivers/net/wireless/ipwraw.ko): Invalid module format
bt ~ #
Im not sure what to do
heres my iwconfig and ifconfig if that helps.
bt ~ # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 no wireless extensions.
wlan0 IEEE 802.11g ESSID:"" Nickname:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=27 dBm
Retry min limit:7 RTS thrff Fragment thr=2346 B
Encryption keyff
Power Managementff
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
bt ~ # ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
thanks for any replies in advance. and also thanks to all who contributed in this thread!!
Hey guys im using BT3 and IPW3945 and i loaded the install ipwraw module into the iso and booted it. the two .sh files are on the desktop.
however when i try to load the module i get this
modprobe -r iwl3945
this gives no response (expected?)
bt ~ # modprobe ipwraw
FATAL: Error inserting ipwraw (/lib/modules/2.6.21.5/kernel/drivers/net/wireless/ipwraw.ko): Invalid module format
bt ~ #
im not sure what to do
also for background information here is my iwconfig and ifconfig
bt ~ # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 no wireless extensions.
wlan0 IEEE 802.11g ESSID:"" Nickname:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=27 dBm
Retry min limit:7 RTS thrff Fragment thr=2346 B
Encryption keyff
Power Managementff
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
bt ~ # ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
thanks in advance for any replies!
Not the best section for this (double) post :P
google first results says forums.remote-exploit.org/showthread.php?t=11211
Hi,
My 3945ABG work perfectly, but with this command :
modprobe -r iwl3945
modprobe ipwraw
I can't change mac address..How do this ?
thanks for yours answers.
Hi,
My 3945 works perfectly, I use :
modprobre -r iwl3945
modprobe ipwraw
but I can't change mac address on it..
How do this ?
I also have the drivers, but following any guide I get errors left and right... not sure what I'm doing wrong...
any help would be greatly appreciated... looked on every site I could find through google... tried everything I could find on it... but still have no clue what to do....Code:bt ~ # wget hxxp://bughost.org/ipw3945/ucode/iwlwifi-ucode-2.14.1.tgz --18:54:30-- hxxp://bughost.org/ipw3945/ucode/iwlwifi-ucode-2.14.1.tgz => `iwlwifi-ucode-2.14.1.tgz' Resolving bughost.org... 204.253.143.234 Connecting to bughost.org|204.253.143.234|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 163,840 (160K) [application/x-gzip] 100%[===========================================================>] 163,840 396.90K/s 18:54:30 (395.31 KB/s) - `iwlwifi-ucode-2.14.1.tgz' saved [163840/163840] bt ~ # DIR=$(sed -ne "s:^/lib/firmware=\([^, ]*\).*:\1:p" \ > /etc/hotplug/firmware.agent) sed: can't read /etc/hotplug/firmware.agent: No such file or directory bt ~ # clear bt ~ # wget hxxp://homepages.tu-darmstadt.de/~p_larbig/wlan/ipwraw-ng-2.0.0-10072007.tar.bz2 --19:06:23-- hxxp://homepages.tu-darmstadt.de/~p_larbig/wlan/ipwraw-ng-2.0.0-10072007.tar.bz2 => `ipwraw-ng-2.0.0-10072007.tar.bz2.1' Resolving homepages.tu-darmstadt.de... 130.83.58.90 Connecting to homepages.tu-darmstadt.de|130.83.58.90|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 177,402 (173K) [application/x-tar] 100%[===========================================================>] 177,402 89.35K/s 19:06:25 (89.12 KB/s) - `ipwraw-ng-2.0.0-10072007.tar.bz2.1' saved [177402/177402] bt ~ # tar -xjf ipwraw-ng* tar: ipwraw-ng-2.0.0-10072007.tar.bz2.1: Not found in archive tar: Error exit delayed from previous errors bt ~ # cd ipwraw-ng -bash: cd: ipwraw-ng: No such file or directory bt ~ # make make: *** No rule to make target `/root/xmlto-0.0.20/Makefile.am', needed by `/root/xmlto-0.0.20/Makefile.in'. Stop. bt ~ # sudo make install make: *** No rule to make target `/root/xmlto-0.0.20/Makefile.am', needed by `/root/xmlto-0.0.20/Makefile.in'. Stop. bt ~ # sudo make install_ucode make: *** No rule to make target `/root/xmlto-0.0.20/Makefile.am', needed by `/root/xmlto-0.0.20/Makefile.in'. Stop. bt ~ # echo "blacklist ipwraw" | sudo tee /etc/modprobe.d/ipwraw blacklist ipwraw bt ~ # sudo depmod -ae bt ~ # sudo modprobe -r ipw3945 FATAL: Module ipw3945 not found. bt ~ # sudo modprobe ipwraw bt ~ #
Hello.
When trying to inject in fakeauth using command " aireplay-ng -1 50 -a AP-MAC -h MY-MAC wifi0" it throws error-like messages "Authentication Request (Open System)" and then ending in "Attack was unsuccessful." IPWRAW is loaded, while airodump-ng and aireplay-ng -3 (arp-replay) works fine. Do you have a solution to making fakeauth work correctly?
E><iUS
nevermind my last post... i got it working all fine.
thanks for reading.
uname -r: 2.6.21.5