Completed challenge 034

This commit is contained in:
Michael Chen 2022-09-23 15:26:29 +02:00
parent 4e8931f006
commit 2e84218428
Signed by: cnml
GPG Key ID: 5845BF3F82D5F629

2
034/solve.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/sh -e
nc -d jupiter.challenges.picoctf.org 41120 | grep -oE "picoCTF{[^}]+}"