nuclei-templates/misconfiguration/sap/sap-directory-listing.yaml

29 lines
502 B
YAML
Raw Normal View History

2021-05-09 06:50:03 +00:00
id: sap-directory-listing
info:
name: SAP Directory Listing
author: dhiyaneshDK
severity: medium
2021-05-11 15:39:56 +00:00
tags: sap,listing,misconfig
2021-05-09 06:50:03 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/irj/go/km/navigation/'
2021-05-11 15:39:56 +00:00
matchers-condition: and
2021-05-09 06:50:03 +00:00
matchers:
- type: word
words:
2021-05-11 15:39:56 +00:00
- 'title="~system"'
- 'NetWeaver'
2021-05-09 06:50:03 +00:00
condition: and
2021-05-11 15:39:56 +00:00
2021-05-09 06:50:03 +00:00
- type: status
status:
- 200
2021-05-11 15:39:56 +00:00
- type: word
words:
- "text/html"
part: header