forensics/hidden_in_plain_sight

This commit is contained in:
2026-07-02 00:55:00 +09:00
parent 6ae768454c
commit 63a6f3a9dd
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
picoCTF{h1dd3n_1n_1m4g3_92f08d7c}
Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p mediainfo jq gnused steghide
steghide_password="$(mediainfo --Output=JSON img.jpg | jq -r '.media.track[0].Comment' | base64 -d | sed 's/steghide://' | base64 -d)"
steghide extract --stegofile img.jpg --passphrase "$steghide_password"