nuclei-templates/http/misconfiguration/liferay/liferay-api.yaml

34 lines
729 B
YAML

id: liferay-api
info:
name: Liferay /api/liferay - API Exposed
author: DhiyaneshDk
severity: info
metadata:
max-request: 1
verified: true
shodan-query: title:"Liferay"
reference: https://github.com/ilmila/J2EEScan/blob/master/src/main/java/burp/j2ee/issues/impl/LiferayAPI.java
tags: liferay,exposure,api
http:
- method: GET
path:
- "{{BaseURL}}/api/liferay"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- ".*Internal Server Error.*An error occurred while accessing the requested resource\\..*"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 404