4 lines
93 B
Bash
4 lines
93 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
curl --head "http://mercury.picoctf.net:53554/" | grep -o "picoCTF{.*}"
|