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

34 lines
693 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:
max-request: 1
verified: true
shodan-query: title:"Liferay"
tags: misconfig,exposure,liferay,api
http:
- 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