Skip to content

[BUG Report]: Error #524

@Pix-10

Description

@Pix-10

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+)')

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions