35 lines
640 B
YAML
35 lines
640 B
YAML
id: acunetix-360-installer
|
|
|
|
info:
|
|
name: Acunetix 360 Installer
|
|
author: pussycat0x
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
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
|