Skip to content

Caobox CMS - Detect

ID: caobox-cms-detect

Severity: info

Author: Chirag Mistry

Tags: detect,caobox,cms,tech

Detects instances of Caobox CMS based on unique fingerprints and identifiers.

id: caobox-cms-detect
info:
name: Caobox CMS - Detect
author: Chirag Mistry
severity: info
description: |
Detects instances of Caobox CMS based on unique fingerprints and identifiers.
metadata:
verified: true
shodan-query:
- http.component:"Caobox"
- http.component:"caobox"
- cpe:"cpe:2.3:a:caobox:caobox"
tags: detect,caobox,cms,tech
http:
- method: GET
path:
- "{{BaseURL}}"
payloads:
paths:
- "/"
- "/admin/"
- "/index.php"
- "/admin/login.php"
matchers-condition: or
matchers:
- type: word
words:
- "Caobox CMS"
- "powered by Caobox"
- "Welcome to Caobox"
- "Caobox version"
condition: or
- type: regex
regex:
- "(?i)caobox"
- "(?i)caobox\\s+(v[0-9.]+)"
- "(?i)<title>Caobox CMS"
# digest: 4b0a0048304602210083e4cd20ec1e8a0bbc0781663b6af836632a720001fc76f6e1c654eea080fd8e0221008c6286ee734dc1f98ea7fc36b3d2d2bda98e4a62b41632ada1cbb2057feeca3a: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/technologies/caobox-cms-detect.yaml"

View on Github