nuclei-templates/exposed-panels/sap-netweaver-portal.yaml

28 lines
805 B
YAML
Raw Normal View History

2021-06-05 10:24:38 +00:00
id: sap-netweaver-portal
2020-04-22 06:42:01 +00:00
info:
name: SAP NetWeaver Portal - Detect
2020-04-22 06:42:01 +00:00
author: organiccrap
2020-08-03 21:52:00 +00:00
severity: info
description: SAP NetWeaver Portal login has been detected. Note that NetWeaver has multiple default passwords as listed in the references.
reference:
- https://www.sap.com/products/technology-platform/netweaver.html
- https://www.cisoplatform.com/profiles/blogs/sap-netweaver-abap-security-configuration-part-2-default
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2021-06-05 10:24:38 +00:00
tags: panel,sap
2020-09-20 12:57:43 +00:00
2020-04-22 06:42:01 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/irj/portal"
matchers:
- type: word
words:
2020-05-25 08:13:15 +00:00
- "<title>SAP&#x20;NetWeaver&#x20;Portal</title>"
2020-04-22 06:42:01 +00:00
part: body
# Enhanced by cs 2023/01/09