parent
50265c326c
commit
650397142e
|
@ -2,7 +2,7 @@ id: jboss-detect
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: JBoss detected
|
name: JBoss detected
|
||||||
author: daffainfo
|
author: daffainfo,idealphase
|
||||||
severity: info
|
severity: info
|
||||||
tags: tech,jboss
|
tags: tech,jboss
|
||||||
|
|
||||||
|
@ -24,3 +24,10 @@ requests:
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
||||||
|
extractors:
|
||||||
|
- type: regex
|
||||||
|
group: 1
|
||||||
|
part: body
|
||||||
|
regex:
|
||||||
|
- '<h1>Welcome to (.+)<\/h1>'
|
||||||
|
|
Loading…
Reference in New Issue