nuclei-templates/technologies/mrtg-detect.yaml

31 lines
582 B
YAML

id: mrtg-detect
info:
name: Detect MRTG
author: geeknik
severity: info
description: The Multi Router Traffic Grapher
reference:
- https://oss.oetiker.ch/mrtg/
tags: tech,mrtg
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/mrtg/"
- "{{BaseURL}}/MRTG/"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "MRTG Index Page"
- "Multi Router Traffic Grapher"
condition: and