25 lines
407 B
YAML
25 lines
407 B
YAML
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
|