Skip to content

IBM Sterling File Gateway Detect

ID: ibm-sterling-detect

Severity: info

Author: princechaddha

Tags: tech,sterling,ibm

id: ibm-sterling-detect
info:
name: IBM Sterling File Gateway Detect
author: princechaddha
severity: info
metadata:
max-request: 1
tags: tech,sterling,ibm
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
# digest: 490a0046304402201d5bad6dae19d4d0b97a00c3ba90b03bbdf3b8b32f3a3e536c7b27f4e3bfadb602203222f5bff357610d5684fab8e3432770b7a64cbd71c0fc0a7b592c8c7c96772d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/ibm/ibm-sterling-detect.yaml"

View on Github