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
oot@kali:/home/vnrninja/Desktop/Memcrashed-DDoS-Exploit# sudo python3 Memcrashed.py
Traceback (most recent call last):
File "/home/vnrninja/Desktop/Memcrashed-DDoS-Exploit/Memcrashed.py", line 5, in
from scapy.all import *
File "/usr/local/lib/python3.9/site-packages/scapy/all.py", line 18, in
from scapy.arch import *
File "/usr/local/lib/python3.9/site-packages/scapy/arch/init.py", line 28, in
from scapy.arch.bpf.core import get_if_raw_addr
File "/usr/local/lib/python3.9/site-packages/scapy/arch/bpf/core.py", line 29, in
LIBC = cdll.LoadLibrary(find_library("libc"))
File "/usr/local/lib/python3.9/ctypes/util.py", line 330, in find_library
_get_soname(_findLib_gcc(name)) or _get_soname(_findLib_ld(name))
File "/usr/local/lib/python3.9/ctypes/util.py", line 147, in _findLib_gcc
if not _is_elf(file):
File "/usr/local/lib/python3.9/ctypes/util.py", line 99, in _is_elf
with open(filename, 'br') as thefile:
FileNotFoundError: [Errno 2] No such file or directory: b'liblibc.a'
The text was updated successfully, but these errors were encountered:
oot@kali:/home/vnrninja/Desktop/Memcrashed-DDoS-Exploit# sudo python3 Memcrashed.py
Traceback (most recent call last):
File "/home/vnrninja/Desktop/Memcrashed-DDoS-Exploit/Memcrashed.py", line 5, in
from scapy.all import *
File "/usr/local/lib/python3.9/site-packages/scapy/all.py", line 18, in
from scapy.arch import *
File "/usr/local/lib/python3.9/site-packages/scapy/arch/init.py", line 28, in
from scapy.arch.bpf.core import get_if_raw_addr
File "/usr/local/lib/python3.9/site-packages/scapy/arch/bpf/core.py", line 29, in
LIBC = cdll.LoadLibrary(find_library("libc"))
File "/usr/local/lib/python3.9/ctypes/util.py", line 330, in find_library
_get_soname(_findLib_gcc(name)) or _get_soname(_findLib_ld(name))
File "/usr/local/lib/python3.9/ctypes/util.py", line 147, in _findLib_gcc
if not _is_elf(file):
File "/usr/local/lib/python3.9/ctypes/util.py", line 99, in _is_elf
with open(filename, 'br') as thefile:
FileNotFoundError: [Errno 2] No such file or directory: b'liblibc.a'
The text was updated successfully, but these errors were encountered: