web: add already solved challenges

This commit is contained in:
2024-09-01 23:08:46 +02:00
parent 45b391c5f1
commit 9f5d34fe87
20 changed files with 251 additions and 0 deletions

3
web/picobrowser/solve.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
curl 'https://jupiter.challenges.picoctf.org/problem/26704/flag' -H 'User-Agent: picobrowser' | grep -o "picoCTF{.*}"