ansistego.py

ansistego is a tool for terminal-level steganography of ASCII files, using comments to allow a script in the hidden stream to execute normally. Viewed with 'cat', only the front stream will be visible. Interpreted as a script, it will be ignored.

[p2] bt ansistego-0.9 # cat evil.py | ./ansistego.py harmless.txt > stego.py.txt 

[p2] bt ansistego-0.9 # cat stego.py.txt
This is a harmless text file.
Get outta my home directory!
D:<

[p2] bt ansistego-0.9 # python stego.py.txt
This is the evil.py!!!
pwned?!

[p2] bt ansistego-0.9 # 

this site is a stub. please proceed to the project page, or get yours here.