Skip to content

BioTime Web Login Panel - Detect

ID: biotime-panel

Severity: info

Author: robotshell

Tags: panel,biotime

BioTime Web login panel was detected.

id: biotime-panel
info:
name: BioTime Web Login Panel - Detect
author: robotshell
severity: info
description: BioTime Web login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:zkteco:biotime:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
shodan-query: http.title:"BioTime"
product: biotime
vendor: zkteco
tags: panel,biotime
http:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/login/'
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- '<title>BioTime(.*)</title>'
- type: status
status:
- 200
# digest: 4b0a00483046022100875cdf95210cc51a341536e7099f89b7b372880c7f6bd6c7965d06d0573e31f3022100921151d3247831f991f0cde3e4052752812cbb1387badd52c7ffcb8f0b02fdbe: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/biotime-panel.yaml"

View on Github