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

33 lines
850 B
YAML

id: netsparker-panel
info:
name: Netsparker Panel
author: pussycat0x
severity: info
description: |
Netsparker is a fully configurable Enterprise Dynamic Application Security Testing (DAST) tool. A DAST tool communicates with a web application using the web front-end in order to identify potential security vulnerabilities in the web application.
reference:
- https://www.invicti.com/
metadata:
verified: true
shodan-query: http.title:"Sign in to Netsparker Enterprise"
tags: panel,netsparker
requests:
- 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