37 lines
804 B
YAML
37 lines
804 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/
|
|
metadata:
|
|
max-request: 3
|
|
tags: tech,mrtg
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 490a0046304402202c89cdfa5c15dc928a0cb84f44ab05f5c5a0fbc8b8d2bd14a61a09f9a276ad3202206577f6bd0dca4b7a830874a22a5053ecf8d54fbbdc2674c49c43d99b5fbb1837:922c64590222798bb761d5b6d8e72950
|