nuclei-templates/exposed-panels/tembosocial-panel.yaml

35 lines
727 B
YAML
Raw Normal View History

2022-07-06 18:01:49 +00:00
id: tembosocial-panel
info:
name: TemboSocial Admin Panel - Detect
2022-07-06 18:01:49 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-07-06 18:01:49 +00:00
metadata:
verified: true
shodan-query: title:"TemboSocial Administration"
2022-07-12 11:07:38 +00:00
tags: panel,tembosocial
2022-07-06 18:01:49 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/admin.php"
host-redirects: true
2022-07-12 11:07:38 +00:00
max-redirects: 2
2022-07-06 18:01:49 +00:00
matchers-condition: and
matchers:
- type: word
words:
- '<title>TemboSocial Administration</title>'
- type: status
status:
- 200
# Enhanced by md on 2023/01/18