nuclei-templates/exposed-panels/remote-ui-login.yaml

24 lines
402 B
YAML
Raw Normal View History

2021-03-04 20:31:27 +00:00
id: remote-ui-login
info:
name: Remote UI Login
author: dhiyaneshDK
severity: info
reference:
- https://www.exploit-db.com/ghdb/6815
2021-04-06 07:25:57 +00:00
tags: panel
2021-03-04 20:31:27 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/login.html'
matchers-condition: and
matchers:
- type: word
words:
- '<th>System Manager ID:</th>'
- type: status
status:
- 200