f4rih / websploit

Websploit is a high level MITM framework
MIT License
1.13k stars 293 forks source link

can't install via git #47

Open protaxY opened 4 years ago

protaxY commented 4 years ago

root@protaxy-ASUS-Gaming-FX570UD:~# git clone https://github.com/websploit/websploit.git Cloning into 'websploit'... remote: Enumerating objects: 114, done. remote: Counting objects: 100% (114/114), done. remote: Compressing objects: 100% (77/77), done. remote: Total 189 (delta 44), reused 96 (delta 26), pack-reused 75 Receiving objects: 100% (189/189), 1.28 MiB | 1.32 MiB/s, done. Resolving deltas: 100% (65/65), done. root@protaxy-ASUS-Gaming-FX570UD:~# cd websploit root@protaxy-ASUS-Gaming-FX570UD:~/websploit# python setup.py install Traceback (most recent call last): File "setup.py", line 3, in from setuptools import setup, find_packages ImportError: No module named setuptools

eeblocks commented 4 years ago

try: pip install setuptools