Update liferay-axis.yaml
parent
3bd0719a45
commit
f8685d6bfd
|
@ -3,12 +3,12 @@ id: liferay-axis
|
|||
info:
|
||||
name: Liferay /api/axis - API Exposed
|
||||
author: DhiyaneshDk
|
||||
severity: low
|
||||
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"
|
||||
reference: https://github.com/ilmila/J2EEScan/blob/master/src/main/java/burp/j2ee/issues/impl/LiferayAPI.java
|
||||
tags: liferay,exposure,api
|
||||
tags: misconfig,exposure,liferay,api
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
@ -18,14 +18,14 @@ requests:
|
|||
matchers-condition: and
|
||||
matchers:
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- ".*<h2>And now\\.\\.\\. Some Services<\\/h2>.*"
|
||||
part: body
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue