nuclei-templates/exposed-panels/allied-telesis-exposure.yaml

34 lines
629 B
YAML

id: allied-telesis-login
info:
name: Allied Telesis Device GUI
author: prajiteshsingh
severity: info
reference:
- https://www.alliedtelesis.com/in/en
metadata:
verified: true
shodan-query: title:"Allied Telesis Device GUI"
tags: panel,allied
requests:
- method: GET
path:
- "{{BaseURL}}/public/login.html"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Allied Telesis Device GUI</title>"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200