Create liferay-axis.yaml

patch-1
Dhiyaneshwaran 2022-08-08 14:19:21 +05:30 committed by GitHub
parent fa01f55a73
commit 3bd0719a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
id: liferay-axis
info:
name: Liferay /api/axis - API Exposed
author: DhiyaneshDk
severity: low
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/axis"
matchers-condition: and
matchers:
- type: regex
regex:
- ".*<h2>And now\\.\\.\\. Some Services<\\/h2>.*"
part: body
- type: word
words:
- "text/html"
part: header
- type: status
status:
- 200