diff --git a/exposed-panels/biotime-panel.yaml b/exposed-panels/biotime-panel.yaml new file mode 100644 index 0000000000..8a3a7b837a --- /dev/null +++ b/exposed-panels/biotime-panel.yaml @@ -0,0 +1,30 @@ +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: + - 'BioTime(.*)' + + - type: status + status: + - 200