|
monkey_jack issues (SIOCSIWESSID: Operation not supported).
setup:
kernel 2.4.19 vanilla
pcmcia-cs-3.1.31 /w orinoco patch
airjack-defcon
card: SMC 2632W (aj0), Lucent Orinoco (eth0)
ap: Lucent RG-1000
all drivers/tools appear to have compiled fine.
Problem
monkey_jack fails with error:
SIOCSIWESSID: Operation not supported.
command line:
# ./monkey_jack -b 00:02:2d:04:7a:32 -v 00:04:e2:1a:e7:bd -c 11 -C 1 -I eth0 -a 10 -t 10 -e "047a32"
Starting Monkey in the Middle Attack:
victim: 00:04:e2:1a:e7:bd
bssid: 00:02:2d:04:7a:32
configuring airjack device...done.
forcing ourselves in the middle...done.
configuring lucent card...done.
coercing our card to associate as the victim...ioctl:SIOCSIWESSID: Operation not supported
Other notes:
-------------
# lsmod
Module
airjack_cs
orinoco_cs
orinoco
hermes
ds
i82365
pcmcia_core
* wlan_jack works perfectly
* monkey_jack is partially working (the victim disassociates from AP on chan 11 and moves to chan 1)
* monkey_jack is dying in monkey_jack.c:347 in set_essid() function. iwconfig, which uses similar code doesn't die setting essid.
Any idea?
Thanks in advance
|