From aaaf90c0e45e6c38f486d8cbe6836e570fb32b70 Mon Sep 17 00:00:00 2001 From: Emilio Pinna Date: Sun, 27 May 2018 18:28:35 +0100 Subject: [PATCH] Rephrase suid-enabled --- _data/functions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/functions.yml b/_data/functions.yml index 894a628..8c832bd 100644 --- a/_data/functions.yml +++ b/_data/functions.yml @@ -8,7 +8,7 @@ execute-non-interactive: suid-enabled: label: SUID - description: It runs with the SUID bit set and may be exploited to escalate or maintain the privileges working as a SUID backdoor. Omit the shell `-p` option on systems like Debian that allow to run a SUID shell by default. + description: It runs with the SUID bit set and may be exploited to escalate or maintain the privileges working as a SUID backdoor. If it is used to run `/bin/sh -p`, omit the `-p` on systems like Debian that allow to run a SUID shell by default. suid-limited: label: Limited SUID