Update linpeas.sh
This commit is contained in:
parent
914f7f515f
commit
b83ad4b616
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
VERSION="v2.1.5"
|
VERSION="v2.1.6"
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
#---------------) Colors (----------------#
|
#---------------) Colors (----------------#
|
||||||
@ -542,7 +542,7 @@ echo ""
|
|||||||
|
|
||||||
#-- 8SY) SElinux
|
#-- 8SY) SElinux
|
||||||
printf $Y"[+] "$GREEN"selinux enabled? .......... "$NC
|
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
|
#-- 9SY) Printer
|
||||||
printf $Y"[+] "$GREEN"Printer? .......... "$NC
|
printf $Y"[+] "$GREEN"Printer? .......... "$NC
|
||||||
|
Loading…
Reference in New Issue
Block a user