nuclei-templates/exposed-panels/biotime-panel.yaml

31 lines
543 B
YAML
Raw Normal View History

2022-11-03 09:46:12 +00:00
id: biotime-panel
info:
name: BioTime Web Login Panel
author: robotshell
severity: info
metadata:
2022-11-03 12:01:21 +00:00
verified: true
2022-11-03 09:46:12 +00:00
shodan-query: http.title:"BioTime"
tags: panel,biotime
requests:
- method: GET
path:
2022-11-03 12:01:21 +00:00
- '{{BaseURL}}'
2022-11-03 09:46:12 +00:00
- '{{BaseURL}}/login/'
2022-11-03 12:01:21 +00:00
stop-at-first-match: true
host-redirects: true
max-redirects: 2
2022-11-03 09:46:12 +00:00
matchers-condition: and
matchers:
2022-11-03 12:01:21 +00:00
- type: regex
part: body
regex:
- '<title>BioTime(.*)</title>'
2022-11-03 09:46:12 +00:00
- type: status
status:
2022-11-03 12:01:21 +00:00
- 200