31 lines
543 B
YAML
31 lines
543 B
YAML
id: biotime-panel
|
|
|
|
info:
|
|
name: BioTime Web Login Panel
|
|
author: robotshell
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.title:"BioTime"
|
|
tags: panel,biotime
|
|
|
|
requests:
|
|
- 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
|