34 lines
832 B
YAML
34 lines
832 B
YAML
|
id: webtitan-cloud-panel
|
||
|
|
||
|
info:
|
||
|
name: WebTitan Cloud Panel - Detect
|
||
|
author: ritikchaddha
|
||
|
severity: info
|
||
|
description: |
|
||
|
WebTitan Cloud is a cloud-based web filtering solution that monitors, controls, and protects users and businesses online. It blocks malware, phishing, viruses, ransomware, and malicious sites.
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
verified: true
|
||
|
shodan-query: http.favicon.hash:1090061843
|
||
|
fofa-query: title="WebTitan"
|
||
|
tags: panel,webtitan,cloud,detect
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/login.php"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '<title>WebTitan Cloud'
|
||
|
- 'alt="WebTitan Cloud Logo'
|
||
|
- 'title="WebTitan'
|
||
|
condition: or
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|