From 0cd2e69130892151933123e03c03e2c4d40a25f7 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:30:09 +0400 Subject: [PATCH] Create topaccess-panel.yaml --- .../toshiba/topaccess-panel.yaml | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 http/exposed-panels/toshiba/topaccess-panel.yaml diff --git a/http/exposed-panels/toshiba/topaccess-panel.yaml b/http/exposed-panels/toshiba/topaccess-panel.yaml new file mode 100644 index 00000000000..74e0d8a8dcb --- /dev/null +++ b/http/exposed-panels/toshiba/topaccess-panel.yaml @@ -0,0 +1,35 @@ +id: topaccess-panel + +info: + name: Toshiba TopAccess Panel - Detect + author: ritikchaddha + severity: info + reference: + - https://business.toshiba.com/downloads/KB/f1Ulds/11646/KH-1020_TAG_EN_0002.pdf + metadata: + verified: true + max-request: 1 + shodan-query: title:"topaccess" + tags: topaccess,panel,login,detect + +http: + - method: GET + path: + - "{{BaseURL}}" + + host-redirects: true + max-redirects: 2 + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'content="TopAccess' + - 'locale_TopAccess_Messages' + - 'TopAccess' + condition: or + + - type: status + part: header + status: + - 200