23 lines
680 B
YAML
23 lines
680 B
YAML
id: liferay-portal-detect
|
|
info:
|
|
name: Liferay Portal Detection
|
|
author: organiccrap,dwisiswant0
|
|
severity: info
|
|
reference: https://github.com/mzer0one/CVE-2020-7961-POC # CVE-2020-7961: Liferay Portal Unauthenticated RCE
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/api/jsonws'
|
|
- '{{BaseURL}}/api/jsonws/invoke'
|
|
headers:
|
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- <title>json-web-services-api</title>
|
|
- There are no services matching that phrase.
|
|
- Unable to deserialize object
|
|
condition: or
|
|
part: body
|