Skip to content

Commit

Permalink
Create topaccess-panel.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikchaddha committed Sep 23, 2024
1 parent adbd294 commit 0cd2e69
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions http/exposed-panels/toshiba/topaccess-panel.yaml
Original file line number Diff line number Diff line change
@@ -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'
- '<title>TopAccess'
condition: or

- type: status
part: header
status:
- 200

0 comments on commit 0cd2e69

Please sign in to comment.