Go pprof Debug Page
ID: go-pprof-debug
Severity: low
Author: w8ay
Tags: logs,exposure,go,pprof
Description
Section titled “Description”go pprof debug page was exposed.
YAML Source
Section titled “YAML Source”id: go-pprof-debug
info: name: Go pprof Debug Page author: w8ay severity: low description: go pprof debug page was exposed. metadata: max-request: 2 tags: logs,exposure,go,pprof
http: - method: GET path: - "{{BaseURL}}/debug/pprof/heap?debug=1" - "{{BaseURL}}/pprof/heap?debug=1"
stop-at-first-match: true matchers-condition: and matchers: - type: word words: - 'heap profile:' - 'Alloc' condition: and
- type: word words: - "text/plain" part: header
- type: status status: - 200# digest: 4b0a00483046022100cf277b86ebc96c4788a12865fdd645eb2ccabdc5b791e4f6fd1071b931f2d54f022100f4e65d5651e1331241fe817a4e9c53e92bd8fbcbf1547dff356941b23e12d5e0:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposures/logs/go-pprof-debug.yaml"