nuclei-templates/http/misconfiguration/installer/netsparker-enterprise-insta...

35 lines
677 B
YAML

id: netsparker-enterprise-installer
info:
name: Netsparker Enterprise Installer
author: pussycat0x
severity: info
metadata:
max-request: 1
verified: true
shodan-query: http.favicon.hash:-1575154882
tags: misconfig,exposure,install,netsparker
http:
- method: GET
path:
- "{{BaseURL}}/wizard/database/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Netsparker Enterprise - Installation Wizard"
- "Netsparker Ltd"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200