nuclei-templates/technologies/jolokia-detect.yaml

26 lines
439 B
YAML
Raw Normal View History

id: jolokia-detect
info:
2020-06-17 08:49:52 +00:00
name: Jolokia Version Disclosure
2021-06-09 12:20:56 +00:00
author: mavericknerd,dwisiswant0
2020-09-20 12:57:43 +00:00
severity: info
2021-09-09 13:38:13 +00:00
tags: tech,jolokia
requests:
- method: GET
path:
2020-06-17 08:49:52 +00:00
- '{{BaseURL}}/jolokia/version'
2021-09-09 13:38:13 +00:00
matchers-condition: and
matchers:
- type: word
words:
- '"timestamp":'
- '"protocol":'
2020-06-17 08:49:52 +00:00
- '"agent":'
condition: and
2021-09-09 13:38:13 +00:00
- type: status
status:
- 200