SAP Directory Listing
ID: sap-directory-listing
Severity: medium
Author: dhiyaneshDK
Tags: sap,listing,misconfig
Description
Section titled “Description”SAP Directory Listing is enabled.
YAML Source
Section titled “YAML Source”id: sap-directory-listing
info: name: SAP Directory Listing author: dhiyaneshDK severity: medium description: SAP Directory Listing is enabled. metadata: max-request: 1 tags: sap,listing,misconfig
http: - method: GET path: - '{{BaseURL}}/irj/go/km/navigation/'
matchers-condition: and matchers: - type: word words: - 'title="~system"' - 'NetWeaver' condition: and
- type: status status: - 200
- type: word words: - "text/html" part: header# digest: 4b0a004830460221008cf0700e4caac4737c0f434ec9bee94bc1670bcd3e7b20aa6b31f2851382e5d8022100d7e7e95d716d490c93fbcf2a22261b0d8e0fd8ac0bc753ce6e7e85f8124480e0:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/misconfiguration/sap/sap-directory-listing.yaml"