-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
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+)')
Reactions are currently unavailable
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't working