Create polycom-admin-detect.yaml
parent
0150331d32
commit
8218f0375c
|
@ -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
|
Loading…
Reference in New Issue