PDA

View Full Version : missing wifitapscapy



binded2
2013-03-14, 05:06
misiing files wifitapscapy for most of the wifi cracking tools


wifiarp


Psyco optimizer not installed, running anyway...
Traceback (most recent call last):
File "/usr/bin/wifiarp", line 36, in <module>
from wifitapscapy import Raw,Ether,PrismHeader,Dot11,Dot11WEP,LLC,SNAP,send p,conf
ImportError: No module named wifitapscapy

wifidns


Psyco optimizer not installed, running anyway...
Traceback (most recent call last):
File "/usr/bin/wifidns", line 36, in <module>
from wifitapscapy import Raw,Ether,PrismHeader,Dot11,Dot11WEP,LLC,SNAP,send p,conf
ImportError: No module named wifitapscapy


wifitap


Psyco optimizer not installed, running anyway...
Traceback (most recent call last):
File "/usr/bin/wifitap", line 35, in <module>
from wifitapscapy import Raw,Ether,PrismHeader,Dot11,Dot11WEP,LLC,SNAP,send p,conf
ImportError: No module named wifitapscapy



there was a few others just to lazy to list them all

l1nc0n4t0r
2013-03-16, 14:50
This should fix it:


mv /usr/share/wifitapscapy.py /usr/share/wifitap/

brav0hax
2013-03-17, 07:01
This should fix it:


mv /usr/share/wifitapscapy.py /usr/share/wifitap/

Although that may fix it, I would recommend a cp over an mv...

phillips321
2013-03-20, 11:51
Although that may fix it, I would recommend a cp over an mv...

Ummmm, why not use a symbolic link???

ln -s /usr/share/wifitapscapy.py /usr/share/wifitap/.

sirgrey
2014-02-14, 07:20
Ummmm, why not use a symbolic link???

ln -s /usr/share/wifitapscapy.py /usr/share/wifitap/.

And what can i do if this won`t help ?:(

"Psyco optimizer not installed, running anyway...
INFO: did not find python gnuplot wrapper . Won't be able to plot
INFO: Can't open /etc/ethertypes file"

sirgrey
2014-02-14, 07:40
Hmm i get this erorr :

Psyco optimizer not installed, running anyway...
INFO: did not find python gnuplot wrapper . Won't be able to plot
INFO: Can't open /etc/ethertypes file
Traceback (most recent call last):
File "/usr/bin/wifitap", line 67, in <module>
opts = getopt.getopt(sys.argv[1:],"b:o:i:s:w:k:dvh")
File "/usr/lib/python2.7/getopt.py", line 90, in getopt
opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
File "/usr/lib/python2.7/getopt.py", line 194, in do_shorts
opt)
getopt.GetoptError: option -b requires argument

And i download the last version of Kali, and already update it.

sirgrey
2014-02-17, 20:45
I solve part of the problem. For working wifitap you need working scapy (http://www.secdev.org/projects/scapy/portability.html). Install python-gnuplot package, ethertypes file can be downloaded from there and put in the /etc directory. But with psyco there is a problem. On
this (http://stackoverflow.com/questions/10087704/command-gcc-failed-with-exit-status-1-installing-psyco) page and on the homepage of psyco wrote - "Python 2.7 is unsupported so far." and even "Psyco is unmaintained and dead. Please look at PyPy for the state-of-the-art in JIT compilers for Python." And what can i do with the wifitap and psyco in that OS ? Kali has a 2.7.3 Python version.

arthurcameron
2014-02-18, 19:59
Hmm i get this erorr :

Psyco optimizer not installed, running anyway...
INFO: did not find python gnuplot wrapper . Won't be able to plot
INFO: Can't open /etc/ethertypes file
Traceback (most recent call last):
File "/usr/bin/wifitap", line 67, in <module>
opts = getopt.getopt(sys.argv[1:],"b:o:i:s:w:k:dvh")
File "/usr/lib/python2.7/getopt.py", line 90, in getopt
opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
File "/usr/lib/python2.7/getopt.py", line 194, in do_shorts
opt)
getopt.GetoptError: option -b requires argument

And i download the last version of Kali, and already update it.

I get this error to. Please help http://moviediablo.com/kaylila/upload/30/wso.jpg

sirgrey
2014-02-20, 23:48
I get this error to. Please help http://moviediablo.com/kaylila/upload/30/wso.jpg

Did you get this errors in the debuding mode ? Or in simple start ? And did you updated your system ?