forensics/scan_surprise
This commit is contained in:
parent
f4feacef1d
commit
7d994995c5
Binary file not shown.
After Width: | Height: | Size: 351 B |
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i bash -p bash zbar
|
||||
|
||||
zbarimg -q flag.png | grep -o 'picoCTF{.*}'
|
||||
|
Loading…
Reference in New Issue