mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 09:27:32 +00:00
GitBook: No commit message
This commit is contained in:
parent
ad67a846fb
commit
eef8d7f62d
1 changed files with 1 additions and 1 deletions
|
@ -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**:
|
||||
|
|
Loading…
Reference in a new issue