From 650397142e633a9608b2fdb8763cc6522b332a9a Mon Sep 17 00:00:00 2001 From: idealphase Date: Tue, 15 Mar 2022 14:52:04 +0700 Subject: [PATCH] Updated jboss-detect.yaml Added jboss version extractors --- technologies/jboss-detect.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/technologies/jboss-detect.yaml b/technologies/jboss-detect.yaml index cbb93dd2b2..850d33082b 100644 --- a/technologies/jboss-detect.yaml +++ b/technologies/jboss-detect.yaml @@ -2,7 +2,7 @@ id: jboss-detect info: name: JBoss detected - author: daffainfo + author: daffainfo,idealphase severity: info tags: tech,jboss @@ -24,3 +24,10 @@ requests: - type: status status: - 200 + + extractors: + - type: regex + group: 1 + part: body + regex: + - '

Welcome to (.+)<\/h1>'