Preffet / Shellcode-Obfuscator

A simple program to obfusctate shellcode via byte shifting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Badge tracking number of files Badge tracking code size Badge tracking repo size Screen Shot 2023-05-27 at 12 45 48


This is a program obfuscate shell code using byte shifting.

Tested and working on 64-bit Windows machines. Written in Python, memory execution and de-obfuscation is done in C++.


Usage

Update payload bytes in the file payload.py, run it, paste the output to run.cpp, compile and run the run.cpp file on the target machine. To edit and compile the de-obfuscator you can use GCC.


Disclaimer

This application has been made for educational purposes only, I don’t promote malicious practices and will not be responsible for any illegal activities. It should be used for authorized testing or educational purposes only.

About

A simple program to obfusctate shellcode via byte shifting


Languages

Language:C++ 78.2%Language:Python 21.8%