nuclei-templates/misconfiguration/bootstrap-admin-panel-templ...

37 lines
855 B
YAML
Raw Normal View History

id: bootstrap-admin-panel-template
2022-11-16 18:45:48 +00:00
info:
name: Bootstrap Admin Panel Template Panel - Detect
2022-11-16 18:45:48 +00:00
author: tess
2022-11-16 20:51:37 +00:00
severity: info
2023-02-02 21:51:33 +00:00
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
2022-11-16 18:45:48 +00:00
metadata:
verified: true
shodan-query: title:"Dashboard - Bootstrap Admin Template"
tags: bootstrap,panel,misconfig,exposure
requests:
- method: GET
path:
- '{{BaseURL}}'
2022-11-16 20:51:37 +00:00
matchers-condition: or
2022-11-16 18:45:48 +00:00
matchers:
- type: word
part: body
words:
- "Dashboard - Bootstrap Admin Template"
- "Bootstrap Responsive Admin Template"
condition: and
2022-11-16 20:51:37 +00:00
- type: word
part: body
words:
- "Bootstrap Admin Template"
# Enhanced by mp on 2023/01/29