nuclei-templates/http/misconfiguration/installer/acunetix-360-installer.yaml

35 lines
640 B
YAML
Raw Normal View History

2023-01-04 08:23:34 +00:00
id: acunetix-360-installer
info:
name: Acunetix 360 Installer
author: pussycat0x
severity: info
metadata:
max-request: 1
2023-01-04 08:23:34 +00:00
verified: true
2023-01-04 08:32:04 +00:00
shodan-query: http.favicon.hash:-347188002
2023-01-04 08:23:34 +00:00
tags: misconfig,exposure,install,acunetix
http:
2023-01-04 08:23:34 +00:00
- 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:
2023-01-04 08:32:04 +00:00
- 200