Skip to content

TemboSocial Admin Panel - Detect

ID: tembosocial-panel

Severity: info

Author: DhiyaneshDK

Tags: panel,tembosocial

TemboSocial Admin panel was detected.

id: tembosocial-panel
info:
name: TemboSocial Admin Panel - Detect
author: DhiyaneshDK
severity: info
description: TemboSocial Admin panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: title:"TemboSocial Administration"
tags: panel,tembosocial
http:
- method: GET
path:
- "{{BaseURL}}/admin.php"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- '<title>TemboSocial Administration</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022100ca2df65590d8912ab64e60345949438d62db818e7d2dd1b6e0c520be55d7719902202b150f355a5b4b528205b0d4ced8b31281229ac6e45625b256017ebd2854f26d: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/tembosocial-panel.yaml"

View on Github