Skip to content

Netsparker Enterprise Installer

ID: netsparker-enterprise-installer

Severity: info

Author: pussycat0x

Tags: misconfig,exposure,install,netsparker

Netsparker Enterprise is susceptible to the Installation page exposure due to misconfiguration.

id: netsparker-enterprise-installer
info:
name: Netsparker Enterprise Installer
author: pussycat0x
severity: info
description: Netsparker Enterprise is susceptible to the Installation page exposure due to misconfiguration.
metadata:
verified: true
max-request: 1
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
# digest: 4b0a00483046022100b765f288414a403ba3ebd2852d1ff181607d6c9451df23100e0045f1e02edae60221008f993a6a071a02319567168b9b611228e7d2d32a9533d16e27e76fdb263c8923: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/netsparker-enterprise-installer.yaml"

View on Github