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

33 lines
678 B
YAML
Raw Normal View History

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