misc changes

patch-1
sandeep 2021-06-16 14:46:55 +05:30
parent 64b098b21f
commit e0b8a59d3e
1 changed files with 9 additions and 7 deletions

View File

@ -3,23 +3,25 @@ info:
name: SAP Web Dispatcher admin portal detection
author: randomstr1ng
description: Detection of SAP Web Dispatcher Admin Portal
severity: low
severity: info
tags: sap,webserver,proxy
requests:
- method: GET
redirects: true
max-redirects: 5
max-redirects: 2
path:
- "{{BaseURL}}/sap/wdisp/admin/public/default.html"
matchers-condition: and
matchers:
- type: regex
- type: word
part: header
regex:
words:
- "SAP NetWeaver Application Server"
- type: regex
- type: word
part: body
regex:
- "Administration"
words:
- "<title>Administration</title>"