From 044d0ddc0d9746d0206e84eb82df9df5d08b7f91 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Tue, 24 Mar 2020 11:21:56 +0000 Subject: [PATCH] Update linpeas.sh --- linPEAS/linpeas.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linPEAS/linpeas.sh b/linPEAS/linpeas.sh index 7e7a588..ea2fa77 100755 --- a/linPEAS/linpeas.sh +++ b/linPEAS/linpeas.sh @@ -633,7 +633,7 @@ if [ "`echo $CHECKS | grep SysI`" ]; then #-- 5SY) System stats printf $Y"[+] "$GREEN"System stats\n"$NC - df -h 2>/dev/null || echo_not_found "df" + (df -h || lsblk) 2>/dev/null || echo_not_found "df and lsblk" free 2>/dev/null || echo_not_found "free" echo ""