54 lines
1.5 KiB
YAML
54 lines
1.5 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
|
|
cwe-id: CWE-200
|
|
cpe: cpe:2.3:a:liferay:liferay_portal:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 3
|
|
product: liferay_portal
|
|
shodan-query: http.favicon.hash:129457226
|
|
vendor: liferay
|
|
verified: true
|
|
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'
|
|
# digest: 4b0a00483046022100cb78919cdc7954ab063b7fbba36b175ba6132b7a78a54d9f7d18aae4da9efab0022100a1b24778c83e9e7cacddc9f8a19d65d879040b4989848b3e73a157bedc0b9150:922c64590222798bb761d5b6d8e72950 |