web: add already solved challenges
This commit is contained in:
11
web/who-are-you/solve.sh
Executable file
11
web/who-are-you/solve.sh
Executable 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{.*}"
|
Reference in New Issue
Block a user