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!
- Host: GitHub
- URL: https://github.com/24greyhat/hips
- Owner: 24greyhat
- Created: 2024-04-29T13:20:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-29T13:21:52.000Z (about 1 year ago)
- Last Synced: 2024-10-16T07:41:37.821Z (7 months ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.