nuclei-templates/exposed-panels/netsparker-panel.yaml

39 lines
807 B
YAML
Raw Normal View History

2023-01-04 08:27:29 +00:00
id: netsparker-panel
info:
name: Netsparker Login Panel - Detect
2023-01-04 08:27:29 +00:00
author: pussycat0x
severity: info
description: |
Netsparker login panel was detected.
2023-01-04 08:27:29 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2023-01-04 08:27:29 +00:00
metadata:
verified: true
2023-01-05 06:15:56 +00:00
shodan-query: http.title:"Sign in to Netsparker Enterprise"
2023-01-04 08:27:29 +00:00
tags: panel,netsparker
requests:
- method: GET
path:
2023-01-05 06:14:21 +00:00
- "{{BaseURL}}/account/signin?ReturnUrl=%2f"
2023-01-05 06:25:28 +00:00
matchers-condition: and
2023-01-04 08:27:29 +00:00
matchers:
- type: word
part: body
words:
- "Netsparker Ltd"
- "Netsparker Enterprise"
2023-01-04 14:21:48 +00:00
condition: and
2023-01-05 06:25:28 +00:00
2023-01-05 06:22:47 +00:00
- type: status
status:
- 200
# Enhanced by md on 2023/01/09