nuclei-templates/technologies/mrtg-detect.yaml

31 lines
582 B
YAML
Raw Normal View History

2020-12-11 14:31:16 +00:00
id: mrtg-detect
2021-09-09 13:38:13 +00:00
2020-12-11 14:31:16 +00:00
info:
name: Detect MRTG
author: geeknik
severity: info
description: The Multi Router Traffic Grapher
reference:
- https://oss.oetiker.ch/mrtg/
2021-09-09 13:38:13 +00:00
tags: tech,mrtg
2020-12-11 14:31:16 +00:00
requests:
- method: GET
path:
2021-01-13 07:31:46 +00:00
- "{{BaseURL}}"
2020-12-11 14:31:16 +00:00
- "{{BaseURL}}/mrtg/"
- "{{BaseURL}}/MRTG/"
stop-at-first-match: true
matchers-condition: and
2020-12-11 14:31:16 +00:00
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "MRTG Index Page"
- "Multi Router Traffic Grapher"
condition: and