From 2b4fbed8a60f7f8c66fd1ea2bd3cc4819ef0c9c5 Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Fri, 25 May 2018 01:07:18 +0200 Subject: [PATCH] Rephrase the suid-enabled description about the -p option --- _data/functions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/functions.yml b/_data/functions.yml index 4b555f7..7a3d5e9 100644 --- a/_data/functions.yml +++ b/_data/functions.yml @@ -8,7 +8,7 @@ exec-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. The `-p` option may be useless or even wrong for certain distributions like Debian that runs in privileged mode 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. (Note that passing the `-p` option to the shell may be useless or even wrong for certain distributions like Debian that run in privileged mode by default.) suid-limited: label: Limited SUID