Create allied-telesis-exposure.yaml
parent
a93db3021e
commit
0b44aa2133
|
@ -0,0 +1,28 @@
|
|||
id: allied_telesis
|
||||
|
||||
info:
|
||||
name: allied_telesis_router
|
||||
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
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |+
|
||||
GET /public/login.html
|
||||
Host: {{Hostname}}
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Allied Telesis Device GUI"
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue