- OS: Ubuntu
- Installed Requirements Version PyRoxy1.0b5
- Python Version 3.12
What happened (Describe the bug) ?
so simply I just tried to run stress test on my website layer 7 methods. I think regex system is errored. even if you add http:// or https:// it wont work unless u add char like :, /, \\ and more.... or adding www. as prefix
Screenshots
none
Please provide a link to a minimal reproduction of the bug
No response
Relevant log output
ubuntu@aio:~/MHDDoS$ python3 start.py STRESS http://37.114.46.15 1 8 10
* MHDDoS - DDoS Attack Script With 55 Methods
Note: If the Proxy list is empty, The attack will run without proxies
If the Proxy file doesn't exist, the script will download proxies and check them.
Proxy Type 0 = All in config.json
SocksTypes:
- 6 = RANDOM
- 5 = SOCKS5
- 4 = SOCKS4
- 1 = HTTP
- 0 = ALL
> Methods:
- Layer4
| MEM, NTP, UDP, MCBOT, VSE, CONNECTION, ARD, SYN, MCPE, TS3, ICMP, CLDAP, CHAR, CPS, MINECRAFT, DNS, TCP, FIVEM, RDP | 19 Methods
- Layer7
| HEAD, GET, BOT, NULL, CFB, BYPASS, STRESS, COOKIE, POST, PPS, XMLRPC, TOR, STOMP, BOMB, DOWNLOADER, RHEX, DGB, SLOW, DYN, CFBUAM, OVH, AVB, GSB, KILLER, EVEN, APACHE | 26 Methods
- Tools
| TSSRV, CFIP, DSTAT, PING, DNS, INFO, CHECK | 7 Methods
- Others
| TOOLS, HELP, STOP | 3 Methods
- All 55 Methods
Example:
L7: python3 start.py <method> <url> <socks_type> <threads> <proxylist> <rpc> <duration> <debug=optional>
L4: python3 start.py <method> <ip:port> <threads> <duration>
L4 Proxied: python3 start.py <method> <ip:port> <threads> <duration> <socks_type> <proxylist>
L4 Amplification: python3 start.py <method> <ip:port> <threads> <duration> <reflector file (only use with Amplification)>
Additional context
I want to fix the regular expression system checking for it
Version
2.4 (Default)
Which section is the problem?
L7 (DDoS Attack Layer 7)
Please complete the following information
What happened (Describe the bug) ?
so simply I just tried to run stress test on my website layer 7 methods. I think regex system is errored. even if you add http:// or https:// it wont work unless u add char like
:
,/
,\\
and more.... or addingwww.
as prefixScreenshots
none
Please provide a link to a minimal reproduction of the bug
No response
Relevant log output
Additional context
I want to fix the regular expression system checking for it
Your code
No response