SAP Internet Graphics Server (IGS) Detection
ID: sap-igs-detect
Severity: info
Author: _generic_human_
Tags: sap,tech,igs
Description
Section titled “Description”Detection of SAP Internet Graphics Server (IGS)
YAML Source
Section titled “YAML Source”id: sap-igs-detect
info: name: SAP Internet Graphics Server (IGS) Detection author: _generic_human_ severity: info description: Detection of SAP Internet Graphics Server (IGS) metadata: max-request: 1 tags: sap,tech,igs
http: - method: GET path: - "{{BaseURL}}"
host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word part: body words: - "SAP IGS" - "is running" condition: and
- type: status status: - 200
- type: word part: header words: - "SAP Internet Graphics Server"
extractors: - type: kval part: header kval: - "Server"# digest: 490a0046304402201ae78d582ad36281674655379080cb0434ab5e8956298993f204243cbda39bc0022056fdc2c0c2739e3bc33a49e3d4ad99e0ac141ba39a62aeefe43a5aa334f424b1:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/technologies/sap/sap-igs-detect.yaml"