PLEASE!!! Post in the appropriate forum area.
If you can't read backtrack is probably not the distro for you.
Thread moved
When i start up WifiZoo this error shows up in the shell:
I'm using BT3 USB stick version.Code:Traceback (most recent call last): File "./wifizoo.py", line 6, in <module> from scapy import * File "/pentest/wireless/wifizoo/scapy.py", line 12990, in <module> class Conf(ConfClass): File "/pentest/wireless/wifizoo/scapy.py", line 13041, in Conf route = Route() File "/pentest/wireless/wifizoo/scapy.py", line 913, in __init__ self.resync() File "/pentest/wireless/wifizoo/scapy.py", line 922, in resync self.routes = read_routes() File "/pentest/wireless/wifizoo/scapy.py", line 1237, in read_routes ifreq = ioctl(s, SIOCGIFADDR,struct.pack("16s16x","lo")) IOError: [Errno 99] Cannot assign requested address
Wireless Card: IPW3945ABG
Getting these error's when i load the injection drivers, and also when just booting without them.
Not sure if its a bug though.
It could be my wifi cardgetting a new one soon.
Headshot![]()
PLEASE!!! Post in the appropriate forum area.
If you can't read backtrack is probably not the distro for you.
Thread moved
I am also receiving a similar error when trying to launch WIFIZOO
I loaded the ipwraw drivers for my 3945 card and edited wifizoo.py to reflect my card name.
My error is as follows:
bt wifizoo # python wifizoo.py -i wifi0
Traceback (most recent call last):
File "wifizoo.py", line 6, in <module>
from scapy import *
File "/pentest/wireless/wifizoo/scapy.py", line 13776, in <module>
class Conf(ConfClass):
File "/pentest/wireless/wifizoo/scapy.py", line 13828, in Conf
route = Route()
File "/pentest/wireless/wifizoo/scapy.py", line 954, in __init__
self.resync()
File "/pentest/wireless/wifizoo/scapy.py", line 963, in resync
self.routes = read_routes()
File "/pentest/wireless/wifizoo/scapy.py", line 1278, in read_routes
ifreq = ioctl(s, SIOCGIFADDR,struct.pack("16s16x","lo"))
IOError: [Errno 99] Cannot assign requested address
any help is appreciated.