Skip to content

Celebrus - Detect

ID: celebrus-detect

Severity: info

Author: righettod

Tags: tech,celebrus,detect

Celebrus was detected.

id: celebrus-detect
info:
name: Celebrus - Detect
author: righettod
severity: info
description: |
Celebrus was detected.
reference:
- https://investors.celebrus.com/
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Celebrus"
tags: tech,celebrus,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "content=\"celebrus technologies ltd", "<title>celebrus")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- 'Celebrus\s+([0-9.]+)\s+Collection'
# digest: 4a0a00473045022100bc5ec1acefa06afb2f1d1c30f7e83a9323613b844277a2c4fa8bc787e9133ec70220545e3da8084751b9ef919558c2a3fee489d23abc8543f1d47b0df5fbdafde0bd: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/celebrus-detect.yaml"

View on Github