28 lines
704 B
YAML
28 lines
704 B
YAML
id: sap-nw-webgui
|
|
|
|
info:
|
|
name: SAP NetWeaver WebGUI Detection
|
|
author: randomstr1ng
|
|
severity: info
|
|
description: Detection of SAP NetWeaver ABAP Webserver WebGUI
|
|
metadata:
|
|
max-request: 1
|
|
tags: sap,webserver,tech
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/sap/bc/gui/sap/its/webgui"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "sap-system-login"
|
|
- "<title>Logon</title>"
|
|
condition: or
|
|
|
|
# digest: 4a0a00473045022100f175ffb78743c1775f1e3a9cab89ae0c468c8ac165274e765189787d1757bab7022019b293c0f2d4f88019e42e4f07515c4db11fa641b4e84adf95f6805240d7cced:922c64590222798bb761d5b6d8e72950
|