smol_scriptz/find_secret_in_images.sh

2 lines
90 B
Bash
Executable File

xxd -c1 -p image.jpg | tr "\n" " " | sed -n -e 's/.*\( ff d9 \)\(.*\).*/\2/p' | xxd -r -p