arpspoof start doesnt't work
devilmen80 opened this issue · 8 comments
Hello,
when i run this command i get this error:
!] Exception caught: invalid syntax (zipp.py, line 217)
Can you help me? thanks
it seens like a problem on a third-party library, will investigate later today.
Thanks mate I will wait...
which kind of installation u are using? are u using python2.7? currently pythem only has compat with py2.7.. running a docker container is not possible? with docker it works. if not possible to run with docker, can u send me your pip freeze
and python version?
hello
this is command pipfreeze:
pip freeze
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see pypa/pip#5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
backports.shutil-get-terminal-size==1.0.0
bcrypt==3.1.7
capstone==4.0.2
certifi==2020.4.5.1
cffi==1.14.0
chardet==3.0.4
CherryTree==0.38.8
configparser==3.5.0b2
contextlib2==0.6.0.post1
cryptography==2.9.2
dbus-python==1.2.16
decorator==4.4.2
ecdsa==0.15
entrypoints==0.3
enum34==1.1.6
filebytes==0.10.2
GeoIP==1.3.2
html5lib==1.1
idna==2.9
importlib-resources==3.0.0
ipaddress==1.0.23
ipython==5.1.0
ipython-genutils==0.1.0
keyring==18.0.1
mechanize==0.4.5
netaddr==0.8.0
NetfilterQueue==0.8.1
numpy==1.16.5
paramiko==2.7.1
pathlib2==2.3.5
pexpect==4.6.0
pickleshare==0.7.4
Pillow==6.2.2
prompt-toolkit==1.0.9
psutil==5.7.0
pyasn1==0.4.8
pycairo==1.16.2
pycparser==2.20
pyenchant==2.0.0
Pygments==2.3.1
PyGObject==3.36.0
PyNaCl==1.4.0
pyOpenSSL==19.1.0
pyrit==0.5.1
pythem==0.8.2
pyxdg==0.25
requests==2.23.0
roguehostapd==1.1.2
ropper==1.13.3
scandir==1.10.0
scapy==2.4.3
simplegeneric==0.8.1
singledispatch==3.4.0.3
six==1.15.0
sslstrip==0.9
tabulate==0.8.7
termcolor==1.1.0
terminaltables==3.1.0
traitlets==4.3.1
Twisted==13.1.0
typing==3.7.4.2
update-checker==0.17
urllib3==1.25.9
wcwidth==0.1.8
webencodings==0.5.1
zipp==3.1.0
zope.interface==5.1.0
python --version
Python 2.7.18
i tryed to reinstall but nothing...also i tryed to see error in line 217 of the file zipp.py but it seems to be ok!
Thanks regards!
it seems to be a problem in your python installation, the container doesnt have zipp installed, libs on the container
asn1crypto==0.24.0
bcrypt==3.1.4
capstone==3.0.5.post1
certifi==2018.10.15
cffi==1.11.5
chardet==3.0.4
cryptography==2.3.1
decorator==4.3.0
ecdsa==0.13
enum34==1.1.6
filebytes==0.9.18
html5lib==1.0.1
idna==2.7
ipaddress==1.0.22
mechanize==0.3.7
netaddr==0.7.19
NetfilterQueue==0.8.1
paramiko==2.4.2
psutil==5.4.8
pyasn1==0.4.4
pycparser==2.19
PyNaCl==1.3.0
pyOpenSSL==18.0.0
pythem==0.8.2
requests==2.20.0
ropper==1.11.8
scapy==2.4.0
six==1.11.0
termcolor==1.1.0
update-checker==0.16
urllib3==1.24.1
virtualenv==16.0.0
webencodings==0.5.1
also in my system im with the zipp library but in this version, and arpspoof works:
zipp==0.6.0
following some probable solutions:
perhaps u could try to install this version of zipp, pip install zipp==0.6.0
or remove zipp for your python packages if u dont need it, pip uninstall zipp
.
you can try to create a virtualenv too, this will .
git clone https://github.com/m4n3dw0lf/pythem
virtualenv -p python2.7 pythem
cd pythem
. bin/activate
sudo python setup.py install
sudo ./pythem/pythem
lmk if one of those worked for u, cya.
Thanks for informations. But this file is missing or I must deleted old file before installing the new???
I say this bcuz when I make download of your program with pip, system says me that file is present in other version of python that I have.(python3) Still thanks mate for patience.