Skip to content

Acunetix 360 Installer

ID: acunetix-360-installer

Severity: info

Author: pussycat0x

Tags: misconfig,exposure,install,acunetix

Acunetix 360 is susceptible to the Installation page exposure due to misconfiguration.

id: acunetix-360-installer
info:
name: Acunetix 360 Installer
author: pussycat0x
severity: info
description: Acunetix 360 is susceptible to the Installation page exposure due to misconfiguration.
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:-347188002
tags: misconfig,exposure,install,acunetix
http:
- method: GET
path:
- "{{BaseURL}}/wizard/database/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Acunetix 360 - Installation Wizard"
- "License"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4a0a00473045022043d8536c828ad577ede953e68feff849c340112755844df5c0e4b18c556e8850022100f720bd7ddc4b9e65ce3bdc1afd98d16b4b6fc93755210954631f2b406333931d: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/misconfiguration/installer/acunetix-360-installer.yaml"

View on Github