Acunetix Login Panel - Detect
ID: acunetix-login
Severity: info
Author: tess
Tags: panel,acunetix
Description
Section titled “Description”Acunetix login panel was detected.
YAML Source
Section titled “YAML Source”id: acunetix-login
info: name: Acunetix Login Panel - Detect author: tess severity: info description: Acunetix login panel was detected. 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:acunetix:web_vulnerability_scanner:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 shodan-query: title:"Acunetix" product: web_vulnerability_scanner vendor: acunetix tags: panel,acunetix
http: - method: GET path: - '{{BaseURL}}/#/login'
matchers-condition: and matchers: - type: word part: body words: - "<title>Acunetix</title>" - "assets/images/invicti-acunetix-logo.svg" condition: or
- type: word part: header words: - "text/html"
- type: status status: - 200# digest: 4b0a004830460221009d05776cb58d522ff18eeee300e8c62ba044f9c88b193ebc772c8789e1c4f818022100c6c3148d4bfbfde19f759d9ed7b5e2cb8b8c09352c1a11aadd269d8af200bc9b: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/exposed-panels/acunetix-login.yaml"