Create polycom-admin-detect.yaml

patch-1
eschultze 2020-09-03 20:06:23 -03:00 committed by GitHub
parent 0150331d32
commit 8218f0375c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: polycom-admin-detect
info:
name: Polycom Admin Panel
author: e_schultze_
severity: low
requests:
- method: GET
path:
- "{{BaseURL}}/systemstatus.xml"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "SYSTEMSTATUS"
part: body
- type: word
words:
- "Server: lighttpd"
part: header