Update and rename misconfiguration/liferay-resource-leak.yaml to vulnerabilities/j2ee/liferay-resource-leak.yaml
parent
1d1b95fd89
commit
a7d1ffbefd
|
@ -12,7 +12,7 @@ info:
|
|||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Liferay"
|
||||
tags: liferay,lfi
|
||||
tags: liferay,lfi,j2ee
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
@ -21,15 +21,17 @@ requests:
|
|||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- "<web-app id"
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<web-app id="
|
||||
- "<?xml"
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "application/xml"
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
Loading…
Reference in New Issue