Skip to content
/ Hips Public

Hidden in plain sight! the simplest yet most effectively covert way to obfuscate data (e.g., shellcode), no one can tell gibberish from malicious anymore!

Notifications You must be signed in to change notification settings

24greyhat/Hips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Hidden In Plain Sight (HIPS)


A simple tool that converts any data into hex and encodes it into spaces, tabs, and newline characters and can easily decode the obfuscated data back to string format.

This tool is simple but very useful for hiding shellcode in plain sight.

just run the hips.py file to see it in action! (uses one builtin module)

You can pass the Hips class your custom mapping of what each hex char should map to.