nuclei-templates/http/technologies/ibm/ibm-sterling-detect.yaml

27 lines
434 B
YAML

id: ibm-sterling-detect
info:
name: IBM Sterling File Gateway Detect
author: princechaddha
severity: info
tags: tech,sterling,ibm
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Welcome to IBM Sterling File Gateway"
- type: status
status:
- 200