Improved matcher
parent
a53286b201
commit
a854fec546
|
@ -4,20 +4,26 @@ info:
|
|||
name: SAP Directory Listing
|
||||
author: dhiyaneshDK
|
||||
severity: medium
|
||||
tags: sap,directory
|
||||
tags: sap,listing,misconfig
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/irj/go/km/navigation/'
|
||||
- '{{BaseURL}}/sap/irj/go/km/navigation/'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '~system'
|
||||
- 'Changed'
|
||||
- '.webdav.'
|
||||
- 'title="~system"'
|
||||
- 'NetWeaver'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "text/html"
|
||||
part: header
|
Loading…
Reference in New Issue