649 / Memcrashed-DDoS-Exploit

DDoS attack tool for sending forged UDP packets to vulnerable Memcached servers obtained using Shodan API
1.33k stars 465 forks source link

python setup.py egg_info" failed with error code 1 #11

Closed r00t-Taurus closed 6 years ago

r00t-Taurus commented 6 years ago

python3 Memcrashed.py ->Traceback (most recent call last): File "Memcrashed.py", line 5, in from scapy.all import * ModuleNotFoundError: No module named 'scapy' ->pip3 install scapy->ollecting scapy Downloading scapy-2.3.3.tgz (1.4MB) 100% |████████████████████████████████| 1.4MB 529kB/s Complete output from command python setup.py egginfo: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-6t71hxt/scapy/setup.py", line 36 os.chmod(fname, 0755) ^ SyntaxError: invalid token

----------------------------------------

Command "python setup.py egginfo" failed with error code 1 in /tmp/pip-build-6t71hxt/scapy/

kaue commented 6 years ago

pip3 install scapy-python3