mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2025-12-26 17:59:01 +00:00
Merge branch 'master' of https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite
This commit is contained in:
@@ -1157,7 +1157,7 @@ if [ "`echo $CHECKS | grep ProCronSrvcsTmrsSocks`" ]; then
|
||||
|
||||
printf $Y"[+] "$GREEN"D-Bus Service Objects list\n"$NC
|
||||
printf $B"[i] "$Y"https://book.hacktricks.xyz/linux-unix/privilege-escalation#d-bus\n"$NC
|
||||
dbuslist=$(busctl list)
|
||||
dbuslist=$(busctl list 2>/dev/null)
|
||||
if [ "$dbuslist" ]; then
|
||||
busctl list | while read line; do
|
||||
echo "$line" | sed -E "s,$dbuslistG,${C}[1;32m&${C}[0m,g";
|
||||
|
||||
Reference in New Issue
Block a user