[SOLVED] Wifite not work

Started by xzj8b3, August 27, 2015, 10:01:40 PM

Previous topic - Next topic

xzj8b3

Traceback (most recent call last):
 File "/usr/bin/wifite", line 4229, in <module>
   engine.Start()
 File "/usr/bin/wifite", line 1929, in Start
   (targets, clients) = self.scan(iface=iface, channel=self.RUN_CONFIG.TARGET_CHANNEL)
 File "/usr/bin/wifite", line 1453, in scan
   wps_check_targets(targets, self.RUN_CONFIG.temp + 'wifite-01.cap', False) #self.RUN_CONFIG.VERBOSE_APS)
 File "/usr/bin/wifite", line 2588, in wps_check_targets
   proc_walsh = Popen(cmd, stdout=PIPE, stderr=DN)
 File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
   errread, errwrite)
 File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
   raise child_exception
OSError: [Errno 2] No such file or directory
??? ??? ???

ZEROF

Hi,

sudo apt-get update && sudo apt-get upgrade
sudo apt-get install --reinstall wifite
sudo wifite

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

xzj8b3

initializing scan (mon0), updates at 5 sec intervals, CTRL+C when ready.
Traceback (most recent call last):
  File "/usr/bin/wifite", line 4229, in <module>
    engine.Start()
  File "/usr/bin/wifite", line 1929, in Start
    (targets, clients) = self.scan(iface=iface, channel=self.RUN_CONFIG.TARGET_CHANNEL)
  File "/usr/bin/wifite", line 1453, in scan
    wps_check_targets(targets, self.RUN_CONFIG.temp + 'wifite-01.cap', False) #self.RUN_CONFIG.VERBOSE_APS)
  File "/usr/bin/wifite", line 2588, in wps_check_targets
    proc_walsh = Popen(cmd, stdout=PIPE, stderr=DN)
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

ZEROF

Hi,

I guess you did broke something on python side and to find what, i'm not sure how many time it will take you to find.

To get fresh wifite:

wget https://raw.github.com/derv82/wifite/master/wifite.py
chmod +x wifite.py
./wifite.py

You can reinstall python 2.7, but i guess that will mess something else, do that on your own risk. If you system don't stop with errors, then start from 0, reinstall your system.

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*