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

11
web/who-are-you/solve.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers
curl 'http://mercury.picoctf.net:39114/' \
-H 'User-Agent: PicoBrowser' \
-H 'Referer: http://mercury.picoctf.net:39114/' \
-H 'Date: Wed, 21 Oct 2018 07:28:00 GMT' \
-H 'DNT: 1' \
-H 'X-Forwarded-For: 104.123.68.13' \
-H 'Accept-Language: sv' | grep -o "picoCTF{.*}"