From c9f5c065c0da797b7ffcaf1fbe81d062c07a70bb Mon Sep 17 00:00:00 2001 From: Emilio Pinna Date: Wed, 16 Sep 2020 19:41:45 +0100 Subject: [PATCH] Fix typo in capability function --- _data/functions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/functions.yml b/_data/functions.yml index 02e4e10..a4130ae 100644 --- a/_data/functions.yml +++ b/_data/functions.yml @@ -58,7 +58,7 @@ sudo: capabilities: label: Capabilities - description: If the binary has the Linux `CAP_SETUID` capablity set or it is executed by another binary with the capability set, it can be used as a backdoor to maintain privileged access by manipulating its own process UID. + description: If the binary has the Linux `CAP_SETUID` capability set or it is executed by another binary with the capability set, it can be used as a backdoor to maintain privileged access by manipulating its own process UID. limited-suid: label: Limited SUID