Update allied-telesis-exposure.yaml

patch-1
Dhiyaneshwaran 2022-10-31 14:31:09 +05:30 committed by GitHub
parent 031a0c5ee3
commit dd0cd4d3ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 9 deletions

View File

@ -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