From 85b6ec40cbe07255ecaf1742cd5953f2f9e05d78 Mon Sep 17 00:00:00 2001 From: Koti Reddy Aluri Date: Thu, 7 May 2020 15:10:45 +0530 Subject: [PATCH 1/2] jaspersoft-detect --- technologies/jaspersoft-detect.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 technologies/jaspersoft-detect.yaml diff --git a/technologies/jaspersoft-detect.yaml b/technologies/jaspersoft-detect.yaml new file mode 100644 index 0000000000..56476b8818 --- /dev/null +++ b/technologies/jaspersoft-detect.yaml @@ -0,0 +1,18 @@ +id: Jaspersoft-detect + +info: + name: Jaspersoft detected + author: koti2 + severity: Low + +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 From 35335a8e680e6e4727725746d78a6cba6f9f1372 Mon Sep 17 00:00:00 2001 From: Koti Reddy Aluri Date: Thu, 7 May 2020 15:15:12 +0530 Subject: [PATCH 2/2] Update jaspersoft-detect.yaml --- technologies/jaspersoft-detect.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technologies/jaspersoft-detect.yaml b/technologies/jaspersoft-detect.yaml index 56476b8818..b4471c6dda 100644 --- a/technologies/jaspersoft-detect.yaml +++ b/technologies/jaspersoft-detect.yaml @@ -3,7 +3,7 @@ id: Jaspersoft-detect info: name: Jaspersoft detected author: koti2 - severity: Low + severity: Info requests: - method: GET