649 / Memcrashed-DDoS-Exploit

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

ERROR TRACEBACK (MOST RECENT CALL LAST) #28

Closed psktheboss closed 6 years ago

psktheboss commented 6 years ago

Traceback (most recent call last): File "C:\Python36\lib\site-packages\scapy-2.4.0rc5-py3.6.egg\scapy\fields.py", line 238, in h2i inet_aton(x) OSError: illegal IP address string passed to inet_aton

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\msfde\Desktop\Memcrashed-DDoS-Exploit-master\Memcrashed.py", line 121, in with suppress_stdout(): File "C:\Python36\lib\site-packages\scapy-2.4.0rc5-py3.6.egg\scapy\base_classes.py", line 240, in call i.init(*args, **kargs) File "C:\Python36\lib\site-packages\scapy-2.4.0rc5-py3.6.egg\scapy\packet.py", line 134, in init self.fields[f] = self.get_field(f).any2i(self, v) File "C:\Python36\lib\site-packages\scapy-2.4.0rc5-py3.6.egg\scapy\fields.py", line 259, in any2i return self.h2i(pkt,x) File "C:\Python36\lib\site-packages\scapy-2.4.0rc5-py3.6.egg\scapy\fields.py", line 240, in h2i x = Net(x) File "C:\Python36\lib\site-packages\scapy-2.4.0rc5-py3.6.egg\scapy\base_classes.py", line 90, in init self.parsed,self.netmask = self._parse_net(net) File "C:\Python36\lib\site-packages\scapy-2.4.0rc5-py3.6.egg\scapy\base_classes.py", line 83, in _parse_net tmp[0]=socket.gethostbyname(tmp[0]) socket.gaierror: [Errno 11001] getaddrinfo failed

sejozawer commented 6 years ago

Maybe it can help you https://pp.userapi.com/c845124/v845124885/14fda/XwM3z-Cwalk.jpg

noscodes commented 6 years ago

Try executing the command with sudo.

psktheboss commented 6 years ago

WHERE TO PASTE THIS SHIT CODE??? I DONT UNDERSTAND GUYS?? WTF HELP NOW I RETYPED THE CODE FROM THE PNG FOR NOTHING WTF??? GUYS CAN YOU EXPLAIN MORE STUFF WWWTF PEOPLE!!! YOU GOT DISCORD ORE SOMETHING IF YES ADD ME MY NAME WILL BE: "AllesNormaal#4342"

!/bin/bash

Update apt-get

export DEBIAN_FRONTEND="noninteractive" sudo apt-get update

Remove Docker

sudo apt-get remove docker docker-engine docker.io lxc-docker

Install Dependcies 4 Cert

sudo apt-get install apt-transport -https ca-certificates curl gnupg2 software-properties-common

Add Docker repo gpn key

curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -

echo "deb https://download.docker.com/linux/debian stretch stable" >> /etc/apt/sources.list

sudo apt-get update

Install Docker

sudo apt-get install docker-ce

Run Hello World

sudo docker run hello-world

Manage Docker as a non-root User

sudo groupadd dockersudo usermod .aG docker $USER

Config Docker to Start on Boot

sudo systemct1 enable docker

649 commented 6 years ago

Okay you do not necessarily need docker at all for this to work. This has to do with the way you are using scapy. What is the target IP address you tried to use? Is it an IP or domain name? The problem you are facing has to do with scapy, not the code I released.