nuclei-templates/technologies/sap/sap-netweaver-webgui.yaml

24 lines
482 B
YAML
Raw Normal View History

2021-06-05 10:27:13 +00:00
id: sap-nw-webgui
info:
name: SAP NetWeaver WebGUI Detection
author: randomstr1ng
severity: info
description: Detection of SAP NetWeaver ABAP Webserver WebGUI
2022-11-14 19:45:12 +00:00
tags: sap,webserver,tech
2021-06-05 10:27:13 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/sap/bc/gui/sap/its/webgui"
host-redirects: true
2021-06-05 10:27:13 +00:00
max-redirects: 2
matchers:
- type: word
part: body
words:
- "sap-system-login"
- "<title>Logon</title>"
condition: or