Reemo Blog
51 words
1 minutes
[Binary] Bindary Forensics tools

[Hide] binwalk#

To find all hidden Header files inside a file

binwalk -e someFile.jpg

analyse a binary file#

binwalk -eM filename.bin

analyse sample firmware#

binwalk -eM wg602v3_1_2_5ww.trx

https://wiki.bi0s.in/hardware/firmware/introduction/

[Hide] stegsnow#

concealing messages in text files by appending tabs and whitespaces at the end of lines.

  • -m : Message to hidden
  • -p : Password
stegsnow -C -m "Attack At Dawn" -p "hail-hydra" originalFile.txt newFile.txt