37 lines
851 B
YAML
37 lines
851 B
YAML
|
id: bootstrap-admin-panel-template
|
||
|
|
||
|
info:
|
||
|
name: Bootstrap Admin Panel Template Panel - Detect
|
||
|
author: tess
|
||
|
severity: info
|
||
|
description: Bootstrap Admin Panel Template 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
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: title:"Dashboard - Bootstrap Admin Template"
|
||
|
tags: bootstrap,panel,misconfig,exposure
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
matchers-condition: or
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "Dashboard - Bootstrap Admin Template"
|
||
|
- "Bootstrap Responsive Admin Template"
|
||
|
condition: and
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "Bootstrap Admin Template"
|
||
|
|
||
|
# Enhanced by mp on 2023/01/29
|