forensics/riddle_registry
This commit is contained in:
Binary file not shown.
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user