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

35 lines
677 B
YAML
Raw Normal View History

2023-01-04 08:21:17 +00:00
id: netsparker-enterprise-installer
info:
name: Netsparker Enterprise Installer
author: pussycat0x
severity: info
metadata:
max-request: 1
2023-01-04 08:21:17 +00:00
verified: true
2023-01-04 08:29:44 +00:00
shodan-query: http.favicon.hash:-1575154882
2023-01-04 08:21:17 +00:00
tags: misconfig,exposure,install,netsparker
http:
2023-01-04 08:21:17 +00:00
- 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:
2023-01-04 08:29:44 +00:00
- 200