52 lines
1.2 KiB
YAML
52 lines
1.2 KiB
YAML
id: liferay-portal
|
|
|
|
info:
|
|
name: Liferay Login Panel - Detect
|
|
author: organiccrap,dwisiswant0,ricardomaia
|
|
severity: info
|
|
description: Liferay login panel was detected,
|
|
reference:
|
|
- https://www.liferay.com/
|
|
- https://github.com/mzer0one/CVE-2020-7961-POC
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 3
|
|
verified: true
|
|
shodan-query: http.favicon.hash:129457226
|
|
tags: panel,liferay,portal
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/api/jsonws"
|
|
- "{{BaseURL}}/api/jsonws/invoke"
|
|
|
|
matchers-condition: or
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "Liferay-Portal"
|
|
case-insensitive: true
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- <title>json-web-services-api</title>
|
|
- There are no services matching that phrase.
|
|
- Unable to deserialize object
|
|
condition: or
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: header
|
|
name: version
|
|
group: 2
|
|
regex:
|
|
- '(i?)Liferay-Portal:.*?(\d+\.?.*?)\s'
|