2024-03-09 16:07:07 +00:00
|
|
|
id: cleanweb-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: CleanWeb Login Panel - Detect
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
CleanWeb login panel was detected.
|
|
|
|
reference:
|
|
|
|
- https://tentelemed.com/
|
|
|
|
metadata:
|
2024-03-23 09:28:19 +00:00
|
|
|
max-request: 1
|
2024-03-09 16:07:07 +00:00
|
|
|
shodan-query: http.title:"CleanWeb"
|
2024-04-08 11:34:33 +00:00
|
|
|
verified: true
|
2024-03-09 16:07:07 +00:00
|
|
|
tags: panel,cleanweb,login,detect
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
redirects: true
|
|
|
|
max-redirects: 4
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'status_code == 200'
|
|
|
|
- 'contains_any(to_lower(body), "<title>cleanweb","logo cleanweb", "-cleanweb-")'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2024-03-11 06:39:19 +00:00
|
|
|
- 'title="version\s+([0-9A-Za-z\s\.\-]+)"'
|
2024-03-26 08:05:26 +00:00
|
|
|
# digest: 4a0a004730450220114dc4ed47106deae44c47007b055ff64c218f65f26df7914b9da73558149951022100c39da350a354b34ab5b287c90314f92e11d7d5b390fc98801f357ebec87d72b8:922c64590222798bb761d5b6d8e72950
|