You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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
The text was updated successfully, but these errors were encountered:
/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
The text was updated successfully, but these errors were encountered: