4 lines
85 B
Bash
4 lines
85 B
Bash
|
#!/bin/bash -e
|
||
|
echo "Use ./warm -h to get:"
|
||
|
strings warm | grep -oE "picoCTF{[^}]+}"
|