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

37 lines
878 B
YAML

id: jaspersoft-panel
info:
name: TIBCO Jaspersoft Login Panel - Detect
author: koti2,daffainfo
severity: info
description: TIBCO Jaspersoft login 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:
shodan-query: http.title:"Jaspersoft"
tags: panel,jaspersoft
requests:
- method: GET
path:
- "{{BaseURL}}/jasperserver/login.html?error=1"
- "{{BaseURL}}/jasperserver-pro/login.html?error=1"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "TIBCO Jaspersoft: Login"
- "Could not login to JasperReports Server"
- "About TIBCO JasperReports Server"
condition: or
- type: status
status:
- 200
# Enhanced by md on 2022/11/21