Skip to content

willGuimont/random_payload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random_payload

This is a small experiment to obfuscate a program. It uses the fact that a pseudo-random generator will always produce the same sequence when given a specific seed.

The program takes a payload and generate a script that does the same thing but only using randomly generated characters.

Generate a randomized payload

python3 generate_payload.py --payload=payload_example.py --output=test.py --seed=123

Execute the payload

python3 test.py 

Releases

No releases published

Packages

No packages published

Languages