Skip to content

connar/forcoding-Obfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

forcoding-Obfuscator

This is a script utilizing an obfuscation technique inspired by this white paper. It basically takes the command you want to run, creates a set of unique characters and stores the index of each character of the original command. Then, it recreates the command by taking each index of the original command from the set of unique characters. At the end of the loop the original command has been reconstructed and thus, is called and executed.

Examples

The command ping 8.8.8.8 is obfuscated to the following command:

image

About

A tool that creates cmd commands obfuscated with the forcoding technique.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages