picoctf/034/solve.sh

3 lines
84 B
Bash
Raw Normal View History

2022-09-23 15:26:29 +02:00
#!/bin/sh -e
nc -d jupiter.challenges.picoctf.org 41120 | grep -oE "picoCTF{[^}]+}"