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

Can't send #50

Open zhangchen91 opened 4 years ago

zhangchen91 commented 4 years ago

[+] Sending 2 forged synchronized payloads to: 103.254.14.199 Traceback (most recent call last): File "Memcrashed.py", line 125, in send(IP(src=target, dst='%s' % i) / UDP(sport=int(str(targetport)),dport=11211)/Raw(load=setdata), count=1) File "/usr/local/lib/python3.7/site-packages/scapy/sendrecv.py", line 316, in send socket = socket or conf.L3socket(*args, *kargs) File "/usr/local/lib/python3.7/site-packages/scapy/arch/bpf/supersocket.py", line 234, in init super(L2bpfListenSocket, self).init(args, **kwargs) File "/usr/local/lib/python3.7/site-packages/scapy/arch/bpf/supersocket.py", line 57, in init (self.ins, self.dev_bpf) = get_dev_bpf() File "/usr/local/lib/python3.7/site-packages/scapy/arch/bpf/core.py", line 115, in get_dev_bpf raise Scapy_Exception("No /dev/bpf handle is available !") scapy.error.Scapy_Exception: No /dev/bpf handle is available ! Exception ignored in: <function _L2bpfSocket.del at 0x10fd2b7a0> Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/scapy/arch/bpf/supersocket.py", line 131, in del self.close() File "/usr/local/lib/python3.7/site-packages/scapy/arch/bpf/supersocket.py", line 203, in close if not self.closed and self.ins is not None: AttributeError: 'L3bpfSocket' object has no attribute 'ins'

zhangchen91 commented 4 years ago

image