smol_scriptz/find_secret_in_images.sh
christalib 39e210e064 save
2020-08-08 11:31:51 +02:00

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