nuclei-templates/exposures/configs/debug-vars.yaml

24 lines
400 B
YAML

id: debug-vars
info:
name: Golang expvar Information Disclosure
author: luqman
severity: low
tags: go,debug,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/debug/vars"
matchers-condition: and
matchers:
- type: word
words:
- '"memstats":'
- '"cmdline":'
condition: and
- type: status
status:
- 200