Merge branch 'master' into linpeas_dev

This commit is contained in:
Carlos.Martin 2021-08-11 00:46:44 +01:00
commit caa042d0ab
2 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,9 @@
![](https://img.shields.io/badge/Black-Arch-black) ![](https://img.shields.io/badge/Arch-AUR-brightgreen) ![](https://img.shields.io/badge/Black%20Hat%20Arsenal-Asia%202020-red) [![CI-master_test](https://github.com/carlospolop/PEASS-ng/actions/workflows/CI-master_tests.yml/badge.svg)](https://github.com/carlospolop/PEASS-ng/actions/workflows/CI-master_tests.yml)
[![Packaging status](https://repology.org/badge/vertical-allrepos/peass.svg)](https://repology.org/project/peass/versions)
# Basic Tutorial
[![Tutorial](https://img.youtube.com/vi/2Ey1WQXNp3w/0.jpg)](https://www.youtube.com/watch?v=2Ey1WQXNp3w)
Here you will find **privilege escalation tools for Windows and Linux/Unix\* and MacOS**.

View File

@ -2692,7 +2692,7 @@ if echo $CHECKS | grep -q IntFiles; then
echo "$cb" | sed -${E} "s,$capsB,${SED_RED},"
fi
if ! [ "$IAMROOT" ] && [ -w "$(echo \"$cb\" | cut -d \" \" -f1)" ]; then
if ! [ "$IAMROOT" ] && [ -w "$(echo \"$cb\" | cut -d" " -f1)" ]; then
echo "$cb is writable" | sed -${E} "s,.*,${SED_RED},"
fi
done