Skip to content

WebTitan Cloud Panel - Detect

ID: webtitan-cloud-panel

Severity: info

Author: ritikchaddha

Tags: panel,webtitan,cloud,detect,titanhq

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.

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.
classification:
cpe: cpe:2.3:a:titanhq:webtitan:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: titanhq
product: webtitan
shodan-query: http.favicon.hash:1090061843
fofa-query:
- title="WebTitan"
- title="webtitan"
- icon_hash=1090061843
tags: panel,webtitan,cloud,detect,titanhq
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
# digest: 4b0a00483046022100a56dae9f43c292e782101f90a00d39f850d8cf865806ac6215872d3e0c4016ab022100f72e51c55d66147756a81aeafaeeb22e87d997c2088607cc995bb61f5edc5150:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/webtitan-cloud-panel.yaml"

View on Github