commit
e79b51e775
|
@ -0,0 +1,33 @@
|
||||||
|
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
|
Loading…
Reference in New Issue