smol_scriptz/find_secret_in_images.sh

2 lines
90 B
Bash
Raw Permalink Normal View History

2018-11-08 23:10:47 +01:00
xxd -c1 -p image.jpg | tr "\n" " " | sed -n -e 's/.*\( ff d9 \)\(.*\).*/\2/p' | xxd -r -p