Skip to content

Toshiba TopAccess Panel - Detect

ID: topaccess-panel

Severity: info

Author: ritikchaddha

Tags: topaccess,panel,login,detect

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
# digest: 490a00463044022014ae96703f4e5194c0ad5fa5ba978333d08d5792294588aa151d7e06fd74eda30220575b515f6b290ae78dca4b69d45001257b996a7107fdbf54a019c65926f58056:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/toshiba/topaccess-panel.yaml"

View on Github