1
mirror of https://github.com/carlospolop/PEASS-ng synced 2025-02-21 10:30:58 +01:00

Update linpeas.sh

This commit is contained in:
Carlos Polop 2020-03-24 11:21:56 +00:00 committed by GitHub
parent e57666a88b
commit 044d0ddc0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 ""