Merge pull request #1708 from randomstr1ng/patch-5

Update sap-web-dispatcher-admin-portal.yaml
patch-1
Sandeep Singh 2021-06-16 22:41:20 +05:30 committed by GitHub
commit 191e49212c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -1,4 +1,5 @@
id: sap-web-dispatcher-admin-portal
info:
name: SAP Web Dispatcher admin portal detection
author: randomstr1ng
@ -18,10 +19,20 @@ requests:
matchers:
- type: word
part: header
conditions: or
words:
- "Basic realm=\"WEB ADMIN\""
- "SAP NetWeaver Application Server"
- type: status
conditions: or
status:
- 401
- 200
- type: word
part: body
conditions: or
words:
- "SAP Web Dispatcher"
- "<title>Administration</title>"