3 lines
84 B
Bash
3 lines
84 B
Bash
|
#!/bin/sh -e
|
||
|
nc -d jupiter.challenges.picoctf.org 41120 | grep -oE "picoCTF{[^}]+}"
|