Merge branch 'master' into linpeas_dev
This commit is contained in:
commit
caa042d0ab
@ -4,7 +4,9 @@
|
||||
|
||||
   [](https://github.com/carlospolop/PEASS-ng/actions/workflows/CI-master_tests.yml)
|
||||
|
||||
[](https://repology.org/project/peass/versions)
|
||||
# Basic Tutorial
|
||||
[](https://www.youtube.com/watch?v=2Ey1WQXNp3w)
|
||||
|
||||
|
||||
Here you will find **privilege escalation tools for Windows and Linux/Unix\* and MacOS**.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user