Create contentkeeper-detection.yaml
parent
d08dd4b302
commit
8a83866a7e
|
@ -0,0 +1,29 @@
|
|||
id: contentkeeper-detection
|
||||
|
||||
info:
|
||||
name: ContentKeeper Cloud Detection
|
||||
description: ContentKeeper Cloud is the next evolution of cloud filtering that provides schools a seamless and secure way to enable safer and more effective hybrid learni>
|
||||
reference: https://www.contentkeeper.com/
|
||||
author: geeknik
|
||||
severity: info
|
||||
tags: contentkeeper,panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/cgi-bin/ck/domenu.cgi"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- "Copyright © 2000 – 2021, ContentKeeper Technologies"
|
||||
- "ContentKeeper</span>.com"
|
||||
condition: and
|
||||
- type: word
|
||||
words:
|
||||
- "text/html"
|
||||
part: header
|
Loading…
Reference in New Issue