Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RubenD3v opened this issue Feb 1, 2023 · 1 comment
Open

Comments

@RubenD3v
Copy link

RubenD3v commented Feb 1, 2023

/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
Copy link

memcrashed has been patched a long time ago

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants