2021-12-27 05:01:53 +00:00
|
|
|
id: cacti-panel
|
|
|
|
|
2020-12-11 14:39:47 +00:00
|
|
|
info:
|
2023-01-16 17:41:15 +00:00
|
|
|
name: Cacti Login Panel - Detect
|
2021-12-27 05:01:53 +00:00
|
|
|
author: geeknik,daffainfo
|
2020-12-11 14:39:47 +00:00
|
|
|
severity: info
|
2023-01-16 17:41:15 +00:00
|
|
|
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
|
2023-10-14 11:27:55 +00:00
|
|
|
cvss-score: 0
|
2023-01-16 17:41:15 +00:00
|
|
|
cwe-id: CWE-200
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
2024-03-23 09:28:19 +00:00
|
|
|
max-request: 2
|
2024-02-22 00:55:04 +00:00
|
|
|
vendor: cacti
|
|
|
|
product: cacti
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: tech,cacti,login,panel
|
2020-12-11 14:39:47 +00:00
|
|
|
|
2023-04-27 04:28:59 +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/"
|
|
|
|
|
2021-12-27 05:01:53 +00:00
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2020-12-11 17:24:58 +00:00
|
|
|
matchers-condition: and
|
2020-12-11 14:39:47 +00:00
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-12-27 05:01:53 +00:00
|
|
|
|
2020-12-11 14:39:47 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2021-12-27 05:01:53 +00:00
|
|
|
- "<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:
|
2021-12-27 05:01:53 +00:00
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- "<div class='versionInfo'>Version (.*) |"
|
2024-03-25 11:57:16 +00:00
|
|
|
# digest: 4b0a00483046022100f2951ee563119d6637841c4e7053e9882269a52750749e61e5e9fdf703f3bd50022100f4d1497bf2f678a509cd66d4e54879f03a748f84161ae326ad0e73c2b4d072fc:922c64590222798bb761d5b6d8e72950
|