Skip to content

SAP Internet Graphics Server (IGS) Detection

ID: sap-igs-detect

Severity: info

Author: _generic_human_

Tags: sap,tech,igs

Detection of SAP Internet Graphics Server (IGS)

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: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/sap/sap-igs-detect.yaml"

View on Github