MatrixTM / MHDDoS

Best DDoS Attack Script Python3, (Cyber / DDos) Attack With 56 Methods
MIT License
12.94k stars 2.7k forks source link

Cannot Create Raw Socket #364

Closed aagamer9 closed 2 years ago

aagamer9 commented 2 years ago

Version

2.4 (Default)

Which section is the problem?

L4 (DDoS Attack Layer 4)

What happened (Describe the bug) ?

it gives me "Cannot Create Raw Socket" when I use SYN flood

Relevant log output

[14:09:29 - ERROR] Cannot Create Raw Socket
MHProDev commented 2 years ago

hi, run script with sudo

aagamer9 commented 2 years ago

it gives me


sudo python start.py SYN 172.20.10.3:5000 30 120                  
Traceback (most recent call last):
  File "/home/aa/botnet/ddos/MHDDoS/start.py", line 28, in <module>
    from PyRoxy import Proxy, ProxyChecker, ProxyType, ProxyUtiles
ModuleNotFoundError: No module named 'PyRoxy```

but i have install PyRoxy and nothing change.
ghost commented 2 years ago

thats because you installed PyRoxy, using non-root pip. Run sudo pip install pyroxy to fix it

aagamer9 commented 2 years ago

it did install some things but still, give me the same error

ghost commented 2 years ago

ah my bad, you need to get it from here https://github.com/MatrixTM/PyRoxy. I thought PyRoxy was aviable on the Python Package Index

ghost commented 2 years ago

here is a comment on how to install it> https://github.com/MatrixTM/PyRoxy/issues/14#issuecomment-1076702095

aagamer9 commented 2 years ago

thank you very much