mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
5 lines
83 B
Python
5 lines
83 B
Python
|
|
import base64
|
||
|
|
|
||
|
|
|
||
|
|
def tamper(payload, **kwargs):
|
||
|
|
return base64.b64encode(payload)
|