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

24 lines
444 B
YAML
Raw Normal View History

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