Files
GTFOBins.github.io/_gtfobins/busctl.md
2020-03-17 20:19:45 +01:00

14 lines
407 B
Markdown

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