MatrixTM / MHDDoS

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

[BUG Report]: i have a bug #536

Closed kuba-bit closed 6 months ago

kuba-bit commented 7 months ago

Version

2.4 (Default)

Which section is the problem?

Script Base

Please complete the following information

OS : Windows 10 PRO

- Installed Requirements Version 
cloudscraper==1.2.71
certifi==2022.12.7
dnspython==2.2.1
requests==2.27.1
impacket==0.10.0
psutil>=5.9.3
icmplib>=2.1.1
pyasn1==0.4.8
pyroxy @ git+https://github.com/MatrixTM/PyRoxy.git
yarl>=1.9.2 

- Python Version 3.12.1

What happened (Describe the bug) ?

C:\Users\Kuba\MHDDoS\start.py:168: SyntaxWarning: invalid escape sequence '\d' IP = compile("(?:\d{1,3}.){3}\d{1,3}")

Screenshots

https://imgur.com/a/T6311bb

Please provide a link to a minimal reproduction of the bug

No response

Relevant log output

C:\Users\Kuba\MHDDoS\start.py:168: SyntaxWarning: invalid escape sequence '\d'
  IP = compile("(?:\d{1,3}\.){3}\d{1,3}")
C:\Users\Kuba\MHDDoS\start.py:169: SyntaxWarning: invalid escape sequence '\d'
  protocolRex = compile('"protocol":(\d+)')

Additional context

No response

Your code

No response

sasouraaa commented 6 months ago

Same problem here