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
|
2022-04-22 10:38:41 +00:00
|
|
|
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/"
|
|
|
|
|
2021-12-31 12:27:46 +00:00
|
|
|
stop-at-first-match: true
|
2020-12-11 17:23:23 +00:00
|
|
|
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
|