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

33 lines
678 B
YAML

id: liferay-axis
info:
name: Liferay /api/axis - API Exposed
author: DhiyaneshDk
severity: info
reference: https://github.com/ilmila/J2EEScan/blob/master/src/main/java/burp/j2ee/issues/impl/LiferayAPI.java
metadata:
verified: true
shodan-query: title:"Liferay"
tags: misconfig,exposure,liferay,api
requests:
- method: GET
path:
- "{{BaseURL}}/api/axis"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- ".*<h2>And now\\.\\.\\. Some Services<\\/h2>.*"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200