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

33 lines
714 B
YAML
Raw Normal View History

2022-08-08 09:07:50 +00:00
id: liferay-api
info:
name: Liferay /api/liferay - API Exposed
author: DhiyaneshDk
severity: info
metadata:
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
requests:
- method: GET
path:
- "{{BaseURL}}/api/liferay"
matchers-condition: and
matchers:
- type: regex
2022-08-08 23:01:15 +00:00
part: body
2022-08-08 09:07:50 +00:00
regex:
- ".*Internal Server Error.*An error occurred while accessing the requested resource\\..*"
- type: word
2022-08-08 23:01:15 +00:00
part: header
2022-08-08 09:07:50 +00:00
words:
- "text/html"
- type: status
status:
- 404