Add support for detecting Jolokia instance
parent
1009f2762d
commit
320d1d5850
|
@ -0,0 +1,18 @@
|
|||
id: jolokia instance
|
||||
|
||||
info:
|
||||
name: Jolokia Version Disclosure
|
||||
author: mavericknerd
|
||||
severity: low
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/jolokia/version"
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "\"agent\":"
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue