Skip to content

Suprema BioStar 2 Panel - Detect

ID: suprema-biostar-panel

Severity: info

Author: ritikchaddha

Tags: panel,login,biostar,detect

id: suprema-biostar-panel
info:
name: Suprema BioStar 2 Panel - Detect
author: ritikchaddha
severity: info
classification:
cpe: cpe:2.3:a:supremainc:biostar_2:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: supremainc
product: biostar_2
shodan-query: title:"Biostar"
tags: panel,login,biostar,detect
http:
- method: GET
path:
- "{{BaseURL}}/#/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "BioStar 2</title>"
- type: status
status:
- 200
# digest: 4a0a00473045022100c10358a11b3fbc5d7b864152e60da887c692132428ebf551c80bd598390e86a40220114c30aef7f5e769ae07784ebfb44762814110276a33afe6ebf91ddb2339bfea: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/suprema-biostar-panel.yaml"

View on Github