649 / Memcrashed-DDoS-Exploit

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

i cant install #70

Open mahmoudvnr1 opened 3 years ago

mahmoudvnr1 commented 3 years ago

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'

OnerSD commented 2 years ago

Were you able to solve the problem? I have the same

OnerSD commented 2 years ago

"pip3 install -U scapy" this solved my problem