Closed psktheboss closed 6 years ago
Maybe it can help you https://pp.userapi.com/c845124/v845124885/14fda/XwM3z-Cwalk.jpg
Try executing the command with sudo.
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"
export DEBIAN_FRONTEND="noninteractive" sudo apt-get update
sudo apt-get remove docker docker-engine docker.io lxc-docker
sudo apt-get install apt-transport -https ca-certificates curl gnupg2 software-properties-common
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
sudo apt-get install docker-ce
sudo docker run hello-world
sudo groupadd dockersudo usermod .aG docker $USER
sudo systemct1 enable docker
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.
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