Updated jboss-detect.yaml

Added jboss version extractors
patch-1
idealphase 2022-03-15 14:52:04 +07:00 committed by GitHub
parent 50265c326c
commit 650397142e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -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:
- '<h1>Welcome to (.+)<\/h1>'