Detect MRTG
ID: mrtg-detect
Severity: info
Author: geeknik
Tags: tech,mrtg
Description
Section titled “Description”The Multi Router Traffic Grapher
YAML Source
Section titled “YAML Source”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: 4b0a00483046022100b6a9f5f0355c61d9b8cae69791c0f0c9089fc64b2544d85bb96d51397709d85e022100f574e509a4716c4f4c05763e5e69e5b7257d817a0dbd73ebd10523a600d95020:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/mrtg-detect.yaml"