sensepost / snoopy-ng

Snoopy v2.0 - modular digital terrestrial tracking framework
Other
429 stars 128 forks source link

Exception in thread Wifi #22

Closed Wald01991 closed 9 years ago

Wald01991 commented 9 years ago

I receive this error when attempting to load the wifi plugin

Exception in thread wifi: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 552, in bootstrap_inner self.run() File "/home/pi/snoopy-ng/plugins/wifi.py", line 134, in run self.iface=mm.enable_monitor_mode(self.iface) File "/home/pi/snoopy-ng/includes/monitor_mode.py", line 20, in enable_monitor_mode proc = Popen(['airmon-ng'], stdout=PIPE, stderr=DN) File "/usr/lib/python2.7/subprocess.py", line 679, in __init errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory

[+] Plugin 'wifi' ran out of time to indicate its ready state, moving on to next plugin. [+] Done loading plugins, running...

Wald01991 commented 9 years ago

Installing the Legacy version of Aircrack-ng fixed the issue.

glennzw commented 9 years ago

Did the above fix work?