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

34 lines
625 B
YAML
Raw Normal View History

2022-09-09 09:50:08 +00:00
id: corebos-panel
info:
name: coreBOS Panel - Detect
2022-09-09 09:50:08 +00:00
author: arafatansari
severity: info
description: coreBOS 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-09-09 09:50:08 +00:00
metadata:
verified: true
2022-09-12 06:58:58 +00:00
shodan-query: http.html:"corebos"
2022-09-12 09:10:15 +00:00
tags: panel,corebos
2022-09-09 09:50:08 +00:00
requests:
2022-09-12 06:58:58 +00:00
- method: GET
path:
- '{{BaseURL}}'
2022-09-09 09:50:08 +00:00
matchers-condition: and
matchers:
2022-09-12 06:58:58 +00:00
- type: word
part: body
words:
- 'Powered by coreBOS'
2022-09-09 09:50:08 +00:00
- type: status
status:
- 200
# Enhanced by md on 2022/11/09