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

23 lines
674 B
YAML
Raw Normal View History

2020-07-02 13:53:41 +00:00
id: liferay-portal-detect
info:
name: Liferay Portal Detection
author: organiccrap & dwisiswant0
2020-09-20 12:57:43 +00:00
severity: info
2020-07-02 18:11:53 +00:00
# CVE-2020-7961: Liferay Portal Unauthenticated RCE
# https://github.com/mzer0one/CVE-2020-7961-POC
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
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
2020-07-02 13:53:41 +00:00
condition: or
part: body