nuclei-templates/http/exposed-panels/cacti-panel.yaml

49 lines
954 B
YAML
Raw Normal View History

id: cacti-panel
2020-12-11 14:39:47 +00:00
info:
name: Cacti Login Panel - Detect
author: geeknik,daffainfo
2020-12-11 14:39:47 +00:00
severity: info
description: Cacti login panel was detected.
reference:
- https://www.cacti.net/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: tech,cacti,login,panel
metadata:
max-request: 2
2020-12-11 14:39:47 +00:00
http:
2020-12-11 14:39:47 +00:00
- method: GET
path:
2021-01-13 07:31:46 +00:00
- "{{BaseURL}}"
2020-12-11 14:39:47 +00:00
- "{{BaseURL}}/cacti/"
stop-at-first-match: true
2020-12-11 17:24:58 +00:00
matchers-condition: and
2020-12-11 14:39:47 +00:00
matchers:
- type: status
status:
- 200
2020-12-11 14:39:47 +00:00
- type: word
part: body
words:
- "<title>Login to Cacti</title>"
2020-12-11 14:39:47 +00:00
- "The Cacti Group"
condition: and
- type: regex
part: header
regex:
- Cacti+
extractors:
- type: regex
part: body
group: 1
regex:
- "<div class='versionInfo'>Version (.*) |"