nuclei-templates/exposed-panels/netsus-server-login.yaml

25 lines
443 B
YAML

id: netsus-server-login
info:
name: NetSUS Server Login Panel
author: dhiyaneshDK
severity: info
metadata:
shodan-query: http.title:"NetSUS Server Login"
tags: panel,netsus,login
requests:
- method: GET
path:
- '{{BaseURL}}/webadmin/'
matchers-condition: and
matchers:
- type: word
words:
- '<title>NetSUS Server Login</title>'
- type: status
status:
- 200