Files
nuclei-templates/technologies/mrtg-detect.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

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