nuclei-templates/technologies/liferay-portal-detect.yaml

24 lines
596 B
YAML
Raw Normal View History

2020-07-02 13:53:41 +00:00
id: liferay-portal-detect
2021-09-09 13:38:13 +00:00
2020-07-02 13:53:41 +00:00
info:
name: Liferay Portal Detection
2021-06-09 12:20:56 +00:00
author: organiccrap,dwisiswant0
2020-09-20 12:57:43 +00:00
severity: info
reference: https://github.com/mzer0one/CVE-2020-7961-POC # CVE-2020-7961: Liferay Portal Unauthenticated RCE
2021-09-09 13:38:13 +00:00
tags: tech,liferay
2020-07-02 13:53:41 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/api/jsonws'
- '{{BaseURL}}/api/jsonws/invoke'
2020-07-02 13:53:41 +00:00
matchers:
- type: word
words:
- <title>json-web-services-api</title>
- There are no services matching that phrase.
- Unable to deserialize object
2020-07-02 13:53:41 +00:00
condition: or
part: body