secret in image

This commit is contained in:
Chris Talib 2018-11-08 23:10:47 +01:00
parent fce58501d4
commit 90b394886e

1
find_secret_in_images.sh Normal file
View file

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