nuclei-templates/technologies/mrtg-detect.yaml

28 lines
536 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
description: The Multi Router Traffic Grapher -- https://oss.oetiker.ch/mrtg/
severity: info
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/"
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