1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-24 08:16:02 +02:00

Improve busctl

This commit is contained in:
Andrea Cardaci 2020-03-17 20:18:53 +01:00
parent 20efe0d022
commit 813d1bebca

View File

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