Steganography Cheat Sheet

Dive into this Steganography Cheat Sheet, your essential guide to mastering the techniques of hidden information within data. Unlock the secrets of steganography with this comprehensive cheat sheet. Explore techniques for hiding data in plain sight.

NTFS Streams

Hide file inside another file

type c:\calc.exe > c:\readme.txt:calc.exemklink executable_link.exe c:\readme.txt:calc.exe
executable_link.exe

White Space Steganography using snow

Hide message in text file

snow -C -m "Secret message" -p "magic" readme.txt readme2.txt

Retrieve message from text file

snow -C -p "magic" readme2.txt

Source: https://github.com

#security #hacking 

Steganography Cheat Sheet
1.05 GEEK