Skip to content

NullByte-7w7/0bfusc4t0r_5hellc0d3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Obfuscador Shellcode

This is a C program designed to obfuscate shellcode. The goal is to transform shellcode so that it still works, but is more difficult to detect and analyze.

Features Shellcode Obfuscation: The program transforms shellcode into an obfuscated format. Compilation and Execution: The code can be compiled and executed on Linux systems. Customization: Allows adjustments to obfuscation techniques. Installation Clone the Repository:

git clone https://github.com/NullByte-7w7/0bfusc4t0r_5hellc0d3.git
cd 0bfusc4t0r_5hellc0d3

Compile the Code:

Make sure you have the gcc compiler installed. Compile the code with:

gcc -o obfuscador xor.c

Run the Obfuscator:

./obfuscador

Check Result: the obfuscated shellcode will be printed on the screen, just use

Example To obfuscate a shellcode:

[@] Example -> \x90\x90\x90\x90
[!] SHELLCODE -> your shellcode

POC

image

Contribution Feel free to contribute to the project. If you find a bug or have suggestions for improvements, please open an issue or send a pull request.

license This project is licensed under the MIT License - consult the LICENSE archive before obtaining more details.

Contact discord: darksec_

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages