Files
picoctf/forensics/riddle_registry/solve.sh
T
2026-07-02 00:59:09 +09:00

5 lines
155 B
Bash
Executable File

#!/usr/bin/env nix-shell
#!nix-shell -i bash -p poppler-utils gnugrep gnused
pdfinfo confidential.pdf | grep Author | sed -E 's/Author:\s+//' | base64 -d