Merge pull request #5045 from projectdiscovery/liferay-axis

Create liferay-axis.yaml
patch-1
Prince Chaddha 2022-08-08 14:04:57 -07:00 committed by GitHub
commit bab09feb43
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: 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