Skip to content

Netsparker Login Panel - Detect

ID: netsparker-panel

Severity: info

Author: pussycat0x

Tags: panel,netsparker

Netsparker login panel was detected.

id: netsparker-panel
info:
name: Netsparker Login Panel - Detect
author: pussycat0x
severity: info
description: |
Netsparker login panel was detected.
reference:
- https://www.invicti.com/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Sign in to Netsparker Enterprise"
tags: panel,netsparker
http:
- method: GET
path:
- "{{BaseURL}}/account/signin?ReturnUrl=%2f"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Netsparker Ltd"
- "Netsparker Enterprise"
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022100b6153ef51f84d60c9ee9fd283ea4b0834a39c2e904dd572511f1da5eaecfed44022035fef0f3d538e510f61804ded737e30530e08990bef1fce78154ce19e9331b78: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/exposed-panels/netsparker-panel.yaml"

View on Github