649 / Memcrashed-DDoS-Exploit

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

Why do I get these error messages when I try to launch the script? #82

Open RubenD3v opened 1 year ago

RubenD3v commented 1 year ago

/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/requests/init.py:102: RequestsDependencyWarning: urllib3 (1.26.13) or chardet (5.1.0)/charset_normalizer (2.0.12) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported " Traceback (most recent call last): File "/Users/rubenoltean/Hacking/DDoS/Memcrashed-DDoS-Exploit/Memcrashed.py", line 5, in from scapy.all import File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/scapy/all.py", line 27, in from scapy.route import File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/scapy/route.py", line 194, in conf.route = Route() File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/scapy/route.py", line 27, in init self.resync() File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/scapy/route.py", line 35, in resync self.routes = read_routes() File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/scapy/arch/unix.py", line 82, in read_routes netif = rt[4 + mtu_present + prio_present + refs_present + locked] IndexError: list index out of range

teasimon commented 1 year ago

memcrashed has been patched a long time ago