nuclei-templates/exposed-panels/liferay-portal.yaml

46 lines
1.0 KiB
YAML
Raw Normal View History

2022-10-25 12:23:29 +00:00
id: liferay-portal
2021-09-09 13:38:13 +00:00
2020-07-02 13:53:41 +00:00
info:
2022-10-25 12:23:29 +00:00
name: Liferay Portal Detect
2022-10-24 17:03:46 +00:00
author: organiccrap,dwisiswant0,ricardomaia
2020-09-20 12:57:43 +00:00
severity: info
reference:
2022-10-25 12:23:29 +00:00
- https://www.liferay.com/
- https://github.com/mzer0one/CVE-2020-7961-POC
2022-10-25 12:23:29 +00:00
metadata:
verified: true
shodan-query: http.favicon.hash:129457226
tags: panel,liferay,portal
2020-07-02 13:53:41 +00:00
requests:
- method: GET
path:
2022-10-24 17:03:46 +00:00
- "{{BaseURL}}"
- "{{BaseURL}}/api/jsonws"
- "{{BaseURL}}/api/jsonws/invoke"
2022-10-24 17:03:46 +00:00
matchers-condition: or
stop-at-first-match: true
2020-07-02 13:53:41 +00:00
matchers:
2022-10-24 17:03:46 +00:00
- type: word
part: header
2022-10-24 17:03:46 +00:00
words:
- "Liferay-Portal"
case-insensitive: true
2020-07-02 13:53:41 +00:00
- type: word
part: body
2020-07-02 13:53:41 +00:00
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
2022-10-24 17:03:46 +00:00
extractors:
- type: regex
part: header
name: version
group: 2
regex:
- '(i?)Liferay-Portal:.*?(\d+\.?.*?)\s'