Skip to content

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

@RubenD3v

Description

@RubenD3v

/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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions