Merge pull request #1708 from randomstr1ng/patch-5
Update sap-web-dispatcher-admin-portal.yamlpatch-1
commit
191e49212c
|
@ -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>"
|
Loading…
Reference in New Issue