diff --git a/forensics/glory_of_the_garden/garden.jpg b/forensics/glory_of_the_garden/garden.jpg new file mode 100644 index 0000000..35aca70 Binary files /dev/null and b/forensics/glory_of_the_garden/garden.jpg differ diff --git a/forensics/glory_of_the_garden/solve.sh b/forensics/glory_of_the_garden/solve.sh new file mode 100755 index 0000000..b5fedef --- /dev/null +++ b/forensics/glory_of_the_garden/solve.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env nix-shell +#!nix-shell -i bash -p bash binutils + +strings ./garden.jpg | grep -o "picoCTF{.*}"