45 lines
945 B
YAML
45 lines
945 B
YAML
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: 4a0a00473045022100cf7c057ab21def8e2d2bdb456f35d82a2d277d8ecd7e922f1335df0aa8eb7d5b02206575ec459c9c1ca2cf7037e37cc6e725e3638fe63a05841530a6ca79d5046eda:922c64590222798bb761d5b6d8e72950
|