From eef8d7f62deb56ad43c0e2b97540a30c0076780c Mon Sep 17 00:00:00 2001 From: CPol Date: Sun, 10 Oct 2021 15:39:03 +0000 Subject: [PATCH] GitBook: No commit message --- ...us-enumeration-and-command-injection-privilege-escalation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-unix/privilege-escalation/d-bus-enumeration-and-command-injection-privilege-escalation.md b/linux-unix/privilege-escalation/d-bus-enumeration-and-command-injection-privilege-escalation.md index 491f4510b..6e4096375 100644 --- a/linux-unix/privilege-escalation/d-bus-enumeration-and-command-injection-privilege-escalation.md +++ b/linux-unix/privilege-escalation/d-bus-enumeration-and-command-injection-privilege-escalation.md @@ -192,7 +192,7 @@ Different ways to monitor: ```bash busctl monitor htb.oouch.Block #Monitor only specified sudo busctl monitor #System level, even if this works you will only see messages you have permissions to see -sudo dbus-monitor --system #System level +sudo dbus-monitor --system #System level, even if this works you will only see messages you have permissions to see ``` In the following example the interface `htb.oouch.Block` is monitored and **the message "**_**lalalalal**_**" is sent through miscommunication**: