nuclei-templates/http/exposed-panels/cleanweb-panel.yaml

38 lines
758 B
YAML
Raw Normal View History

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-11 06:39:19 +00:00
max-request: 1
2024-03-09 16:07:07 +00:00
verified: true
shodan-query: http.title:"CleanWeb"
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\.\-]+)"'