nuclei-templates/exposed-panels/allied-telesis-exposure.yaml

41 lines
870 B
YAML
Raw Normal View History

2022-10-31 09:01:09 +00:00
id: allied-telesis-login
2022-10-29 10:29:34 +00:00
info:
name: Allied Telesis Device GUI Login Panel - Detect
2022-10-29 10:29:34 +00:00
author: prajiteshsingh
severity: info
description: Allied Telesis Device GUI login panel was detected.
2022-10-29 10:29:34 +00:00
reference:
- https://www.alliedtelesis.com/in/en
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-10-29 10:29:34 +00:00
metadata:
verified: true
2022-10-29 15:39:24 +00:00
shodan-query: title:"Allied Telesis Device GUI"
2022-10-31 09:01:09 +00:00
tags: panel,allied
2022-10-29 10:29:34 +00:00
requests:
2022-10-31 09:01:09 +00:00
- method: GET
path:
- "{{BaseURL}}/public/login.html"
2022-10-29 10:29:34 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-10-31 09:01:09 +00:00
- "<title>Allied Telesis Device GUI</title>"
- type: word
part: header
words:
- "text/html"
2022-10-29 10:29:34 +00:00
- type: status
status:
- 200
# Enhanced by md on 2022/11/09