From ea9b930fdb83d7e57eff7f15ffaa3c88f2073fd8 Mon Sep 17 00:00:00 2001 From: carlospolop Date: Sun, 18 May 2025 14:33:02 +0200 Subject: [PATCH] fix capabilities module --- .../linpeas_parts/8_interesting_perms_files/4_Capabilities.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linPEAS/builder/linpeas_parts/8_interesting_perms_files/4_Capabilities.sh b/linPEAS/builder/linpeas_parts/8_interesting_perms_files/4_Capabilities.sh index b7e8cc9..61c3d66 100644 --- a/linPEAS/builder/linpeas_parts/8_interesting_perms_files/4_Capabilities.sh +++ b/linPEAS/builder/linpeas_parts/8_interesting_perms_files/4_Capabilities.sh @@ -11,6 +11,8 @@ # Generated Global Variables: $cap_name, $cap_value, $cap_line, $capVB, $capname, $capbins, $capsVB_vuln # Fat linpeas: 0 # Small linpeas: 1 + + if ! [ "$SEARCH_IN_FOLDER" ]; then print_2title "Capabilities" print_info "https://book.hacktricks.wiki/en/linux-hardening/privilege-escalation/index.html#capabilities"