forensics/matryoshka_doll
This commit is contained in:
BIN
forensics/matryoshka_doll/dolls.jpg
Normal file
BIN
forensics/matryoshka_doll/dolls.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 636 KiB |
8
forensics/matryoshka_doll/solve.sh
Executable file
8
forensics/matryoshka_doll/solve.sh
Executable 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
|
Reference in New Issue
Block a user