Skip to content

Cacti Login Panel - Detect

ID: cacti-panel

Severity: info

Author: geeknik,daffainfo

Tags: cacti,login,panel,detect

Cacti login panel was detected.

id: cacti-panel
info:
name: Cacti Login Panel - Detect
author: geeknik,daffainfo
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
cwe-id: CWE-200
cpe: cpe:2.3:a:cacti:cacti:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: cacti
product: cacti
shodan-query:
- http.favicon.hash:-1797138069
- http.title:"login to cacti"
- http.title:"cacti"
- http.favicon.hash:"-1797138069"
fofa-query:
- icon_hash="-1797138069"
- title="cacti"
- title="login to cacti"
google-query:
- intitle:"login to cacti"
- intitle:"cacti"
tags: cacti,login,panel,detect
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/cacti/"
stop-at-first-match: true
matchers-condition: or
matchers:
- type: word
part: body
words:
- "<title>Login to Cacti</title>"
- "The Cacti Group"
condition: or
- type: regex
part: header
regex:
- Cacti+
extractors:
- type: regex
part: body
group: 1
regex:
- "<div class='versionInfo'>Version (.*) |"
# digest: 490a00463044022052a0ecfc19c42e3559fb0c5681f91d94da6961e68f4ce707c4764d6147e6d78e02207f6d6fa3f8e5c5e511ebf99b0c9af676796eda8e551ae7e1cbf0a1480e7096eb:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/cacti-panel.yaml"

View on Github