Thread: airjack
View Single Post
Old 10-10-2002   #65 (permalink)
novocane
Registered Member
 
Join Date: Sep 2002
Posts: 6
Re: monkey_jack issues (SIOCSIWESSID: Operation not supported).

here's my details (sorry for length)

# lsmod
Module Size Used by Not tainted
orinoco_cs 4780 2
orinoco 28064 0 [orinoco_cs]
hermes 3328 0 [orinoco_cs orinoco]
airjack_cs 16736 1
ds 6752 2 [orinoco_cs airjack_cs]
i82365 22992 2
pcmcia_core 39072 0 [orinoco_cs airjack_cs i82365]

Just to be sure I was running the right orinoco:
# cd /usr/src/pcmcia-cs-3.1.31/wireless
# patch -p0 < orinico.c.patch
patching file orinoco.c
Reversed (or previously applied) patch detected!
# Assume -R? [n] ^C
# make clean
# make
[...]
# cp *.o /lib/modules/2.4.19/pcmcia/
# cd /lib/modules/2.4.19/
# find . -name \*orinoco\* -exec ls -al \{\} \;
lrwxrwxrwx 1 root root 28 Oct 10 16:02 ./kernel/drivers/net/wireless/orinoco.o -> ../../../../pcmcia/orinoco.o
-rw-r--r-- 1 root root 42088 Oct 10 15:58 ./pcmcia/orinoco.o
-rw-r--r-- 1 root root 8416 Oct 10 15:58 ./pcmcia/orinoco_cs.o
# depmod -a
# depmod
# /etc/init.d/pcmcia restart
cardmgr[3941]: socket 0: Lucent Technologies WaveLan/IEEE Adapter
cardmgr[3941]: executing: 'modprobe hermes'
cardmgr[3941]: executing: 'modprobe orinoco'
cardmgr[3941]: executing: 'modprobe orinoco_cs'
cardmgr[3941]: executing: './network start eth0'
cardmgr[3941]: socket 1: SMC 2632W 11Mbps 802.11b WLAN Card
cardmgr[3941]: executing 'modprobe airjack_cs'
cardmgr[3941]: executing './network start aj0'
# lsmod
Module Size Used by Not tainted
airjack_cs 16736 1
orinoco_cs 4780 2
orinoco 28064 0 [orinoco_cs]
hermes 3328 0 [orinoco_cs orinoco]
ds 6752 2 [orinoco_cs airjack_cs]
i82365 22992 2
pcmcia_core 39072 0 [orinoco_cs airjack_cs i82365]
# cd /usr/src/airjack-v0.6.2-alpha-defcon/tools
# make clean all
[...]
# ./monkey_jack -b 00:06:25:54:b9:91 -v 00:e0:29:9e:48:04 -c 9 -C 1 -I eth0 -e "047a32"
Starting Monkey in the Middle Attack:

victim: 00:e0:29:9e:48:04
bssid: 00:06:25:54:b9:91

configuring airjack device...done.
forcing ourselved in the middle...done.
configuring lucent card...done.
coercing our card to associate as the victim...ioctl: SIOCSIWESSID: Operation not supported
# iwconfig eth0 essid blah
# iwconfig eth0
eth0 IEEE 802.11-DS ESSID:"blah" ....

I beleive the orinoco card has firmware version 8.10. What firmware is known good?

Also, what kernel/distro is airjack known working on?

Thanks,
novocane
novocane is offline   Reply With Quote