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

PermissionError: [Errno 1] Operation not permitted #37

Open philiptiangson opened 6 years ago

philiptiangson commented 6 years ago

What is this error? How can i solve this?

] Ready to engage target xxx.xxx.xx.xx? <Y/n>: Y [+] Sending 2 forged synchronized payloads to: 114.215.114.108 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 "/home/name/.local/lib/python3.6/site-packages/scapy/sendrecv.py", line 289, in send socket = conf.L3socket(args, **kargs) File "/home/name/.local/lib/python3.6/site-packages/scapy/arch/linux.py", line 407, in init self.ins = socket.socket(socket.AF_PACKET, socket.SOCK_RAW, socket.htons(type)) File "/usr/lib/python3.6/socket.py", line 144, in init _socket.socket.init(self, family, type, proto, fileno) PermissionError: [Errno 1] Operation not permitted

Nekiplay commented 5 years ago

I have the same thing, I do not know how to fix it. image

Shuna322 commented 5 years ago

Try to install Npcap prbly ?

CrimsonTorso commented 5 years ago

Try using sudo python3 Memcrashed.py for the '[Errno 1] Operation not permitted' error.

ghost commented 4 years ago

try chmod +x * and the run as sudo