From 83c484cc744e317e65d9c37aff6c8b974cf7dbe1 Mon Sep 17 00:00:00 2001 From: nodauf Date: Sun, 8 Nov 2020 12:47:17 +0100 Subject: [PATCH] Display the process list with forest view --- LinEnum.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LinEnum.sh b/LinEnum.sh index d8c69f2..06a6ae6 100755 --- a/LinEnum.sh +++ b/LinEnum.sh @@ -571,9 +571,9 @@ services_info() echo -e "\e[00;33m### SERVICES #############################################\e[00m" #running processes -psaux=`ps aux 2>/dev/null` -if [ "$psaux" ]; then - echo -e "\e[00;31m[-] Running processes:\e[00m\n$psaux" +psfaux=`ps faux 2>/dev/null` +if [ "$psfaux" ]; then + echo -e "\e[00;31m[-] Running processes:\e[00m\n$psfaux" echo -e "\n" fi