Merge pull request #4168 from projectdiscovery/istat-panel-detect
Create istat-panel-detect.yamlpatch-1
commit
1037c93fc6
|
@ -0,0 +1,23 @@
|
|||
id: istat-panel-detect
|
||||
|
||||
info:
|
||||
name: i-STAT Panel Detect
|
||||
author: princechaddha
|
||||
severity: info
|
||||
tags: panel,abbott,istat
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>Abbott Point of Care Inc. i-STAT</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue