Create suprema-biostar-panel.yaml
parent
69470789ba
commit
10ca33f1f9
|
@ -0,0 +1,27 @@
|
|||
id: suprema-biostar-panel
|
||||
|
||||
info:
|
||||
name: Suprema BioStar 2 Panel - Detect
|
||||
author: ritikchaddha
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: title:"Biostar"
|
||||
tags: panel,login,biostar,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/#/login"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "BioStar 2</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue