Update allied-telesis-exposure.yaml
parent
031a0c5ee3
commit
dd0cd4d3ce
|
@ -1,28 +1,33 @@
|
|||
id: allied_telesis
|
||||
id: allied-telesis-login
|
||||
|
||||
info:
|
||||
name: allied_telesis_router
|
||||
name: Allied Telesis Device GUI
|
||||
author: prajiteshsingh
|
||||
severity: info
|
||||
description: description
|
||||
reference:
|
||||
- https://www.alliedtelesis.com/in/en
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Allied Telesis Device GUI"
|
||||
tags: routers,allied
|
||||
tags: panel,allied
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |+
|
||||
GET /public/login.html
|
||||
Host: {{Hostname}}
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/public/login.html"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Allied Telesis Device GUI"
|
||||
- "<title>Allied Telesis Device GUI</title>"
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue