Create ibm-sterling-detect.yaml
parent
650f002fb9
commit
3893a0b6fb
|
@ -0,0 +1,24 @@
|
|||
id: ibm-sterling-detect
|
||||
|
||||
info:
|
||||
name: IBM Sterling File Gateway Detect
|
||||
author: princechaddha
|
||||
severity: info
|
||||
tags: tech,sterling,ibm
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>Welcome to IBM Sterling File Gateway"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue