MatrixTM / MHDDoS

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

[BUG Report]: Error #524

Closed Pix-10 closed 8 months ago

Pix-10 commented 8 months ago

Version

2.4 (Default)

Which section is the problem?

Script Base

Please complete the following information

- OS: Windows 11 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) ?

It gave me this: D:\MHDDoS\start.py:168: SyntaxWarning: invalid escape sequence '\d' IP = compile("(?:\d{1,3}.){3}\d{1,3}") D:\MHDDoS\start.py:169: SyntaxWarning: invalid escape sequence '\d' protocolRex = compile('"protocol":(\d+)')

Screenshots

https://imgur.com/a/jJzFpqM

Please provide a link to a minimal reproduction of the bug

No response

Relevant log output

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

Additional context

No response

Your code

IP = compile(r"(?:\d{1,3}\.){3}\d{1,3}")
protocolRex = compile('"protocol":(\\d+)')
Kuchiriel commented 3 days ago

Any news?