forensics/matryoshka_doll

This commit is contained in:
Oystein Kristoffer Tveit 2024-09-06 08:30:20 +02:00
parent 20a447923a
commit 7a53f1a625
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 KiB

View File

@ -0,0 +1,8 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p bash binwalk
binwalk --extract --matryoshka dolls.jpg
find -name 'flag.txt' -exec cat {} \;
rm -rf _dolls.jpg.extracted