nuclei-templates/http/exposures/logs/go-pprof-debug.yaml

29 lines
523 B
YAML
Raw Normal View History

2024-01-04 07:04:14 +00:00
id: go-pprof-debug
info:
name: go pprof debug page
author: w8ay
severity: low
description: go pprof debug page was exposed.
tags: logs,exposure,go,pprof
http:
- method: GET
path:
- "{{BaseURL}}/debug/pprof/heap?debug=1"
- "{{BaseURL}}/pprof/heap?debug=1"
matchers-condition: and
matchers:
- type: word
words:
- 'heap profile'
- type: word
words:
- "text/plain"
part: header
- type: status
status:
- 200