Merge pull request #5911 from PrajiteshSingh/patch-3

Create allied-telesis-exposure.yaml
patch-1
Dhiyaneshwaran 2022-10-31 14:45:03 +05:30 committed by GitHub
commit e79b51e775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

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