nuclei-templates/http/exposed-panels/webtitan-cloud-panel.yaml

34 lines
832 B
YAML
Raw Normal View History

2023-10-24 18:43:51 +00:00
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