Merge pull request #5960 from robotshell/biotime-panel

Added biotime-panel.yaml template
patch-1
Dhiyaneshwaran 2022-11-03 22:54:53 +05:30 committed by GitHub
commit 7b8c7cb448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -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:
- '<title>BioTime(.*)</title>'
- type: status
status:
- 200