649 / Memcrashed-DDoS-Exploit

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

Memcrashed.py Line 139 - NameError 'i' is not Defined Problem #41

Open Klapkaak078 opened 5 years ago

Klapkaak078 commented 5 years ago

Hello there,

I get this problem when i try to engage the target, do someone know how to solve it?

Would you like to display all the bots from Shodan? <Y/n>: Y

[*] Ready to engage target 162.13.14.100? <Y/n>: y Traceback (most recent call last): File "Memcrashed.py", line 139, in print('[+] Sending 2 forged synchronized payloads to: %s' % (i)) NameError: name 'i' is not defined root@kali:~/Desktop/Memcrashed-DDoS-Exploit#

When i say no to display all the bots from shodan it looks he is gonna send bytes, but when i test it on the test service from vedbex.com nothing happend.

Cheers Klapkaak078

CrimsonTorso commented 5 years ago

NameError: name 'i' is not defined Try:

apt update && apt upgrade && apt install python3
pip3 install scapy
pip3 install shodan
pip3 install pathlib
sudo python3 Memcrashed.py