Using a ! in
the message is problematic if you put ""s not ''s
around the message, as ! means something special to the
shell. So don't use it!
use bmpsteg to embed the message and create the stego-medium
If you embed a text message, the command will look something like
bmpsteg -h -i vacation.bmp -o newvacation.bmp -t 'We attack at dawn'
If you embed a file (like secret.docx) it'd look like
bmpsteg -h -i vacation.bmp -o newvacation.bmp -f secret.docx
A new file is created, whose name is given by the -o
option (in my example newvacation.bmp), and
this is the "stego-medium".