From dd0cd4d3cee79591aceb96efaa548cd2c81e3d66 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 31 Oct 2022 14:31:09 +0530 Subject: [PATCH] Update allied-telesis-exposure.yaml --- exposed-panels/allied-telesis-exposure.yaml | 23 +++++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/exposed-panels/allied-telesis-exposure.yaml b/exposed-panels/allied-telesis-exposure.yaml index 338644c978..3f36656e0e 100644 --- a/exposed-panels/allied-telesis-exposure.yaml +++ b/exposed-panels/allied-telesis-exposure.yaml @@ -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" + - "Allied Telesis Device GUI" + + - type: word + part: header + words: + - "text/html" + - type: status status: - 200