Add files via upload

patch-1
Dominique RIGHETTO 2024-03-09 17:07:07 +01:00 committed by GitHub
parent 6ce3478592
commit 6294350670
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: cleanweb-panel
info:
name: CleanWeb Login Panel - Detect
author: righettod
severity: info
description: |
CleanWeb login panel was detected.
reference:
- https://tentelemed.com/
metadata:
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:
- 'title="version\s+([0-9A-Za-z\s\.\-]+)"'