An open API service indexing awesome lists of open source software.

https://github.com/24greyhat/hips

Hidden in plain sight! simple yet effective covert way to obfuscate data (e.g., shellcode), no one will tell gibberish from malicious!
https://github.com/24greyhat/hips

av-bypass av-evasion cipher covert encoding-decoding forensics ids-evasion malware-analysis malware-development obfuscation penetration-testing pentester python python-script secret-sharing security security-tool security-tools shellcode

Last synced: 5 months ago
JSON representation

Hidden in plain sight! simple yet effective covert way to obfuscate data (e.g., shellcode), no one will tell gibberish from malicious!

Awesome Lists containing this project

README

        

# 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.