Create liferay-axis.yaml
parent
fa01f55a73
commit
3bd0719a45
|
@ -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
|
Loading…
Reference in New Issue