20 lines
414 B
YAML
20 lines
414 B
YAML
id: jaspersoft-detect
|
|
|
|
info:
|
|
name: Jaspersoft detected
|
|
author: koti2
|
|
severity: info
|
|
tags: tech,jaspersoft
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/jasperserver/login.html?error=1"
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "TIBCO Jaspersoft: Login"
|
|
- "Could not login to JasperReports Server"
|
|
- "About TIBCO JasperReports Server"
|
|
condition: or
|