forensics/red
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 796 B |
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i bash -p zsteg
|
||||
|
||||
zsteg red.png --strings longest | grep --only-matching -E "[A-Za-z0-9=/]+=+" | base64 -d | grep --only-matching -E "^picoCTF\{[^\}]+\}"
|
||||
Reference in New Issue
Block a user