From b83ad4b6166a62dbbf220028a60cc637bdf3ef94 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Wed, 30 Oct 2019 15:26:51 +0000 Subject: [PATCH] Update linpeas.sh --- linpeas.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linpeas.sh b/linpeas.sh index 22f8812..d26f1bc 100755 --- a/linpeas.sh +++ b/linpeas.sh @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="v2.1.5" +VERSION="v2.1.6" ########################################### #---------------) Colors (----------------# @@ -542,7 +542,7 @@ echo "" #-- 8SY) SElinux printf $Y"[+] "$GREEN"selinux enabled? .......... "$NC -sestatus 2>/dev/null || echo_not_found "sestatus" +(sestatus 2>/dev/null | sed "s,disabled,${C}[1;31m&${C}[0m,";) || echo_not_found "sestatus" #-- 9SY) Printer printf $Y"[+] "$GREEN"Printer? .......... "$NC