Skip to content

offsecginger/PythonAESObfuscate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PythonAESObfuscate

Pythonic way to load shellcode. Builds an EXE for you too!

Usage

  • Place a payload.bin raw shellcode file in the same directory. Default Architecture is x86
  • run python obfuscate.py
  • Default output is out.py

Requirements

  • Windows
  • Python 2.7
  • Pyinstaller
  • PyCrypto (PyCryptodome didn't seem to work)

About

Obfuscates a Python Script and the accompanying Shellcode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages