diff --git a/_gtfobins/busctl.md b/_gtfobins/busctl.md index 4621e90..c0f8893 100644 --- a/_gtfobins/busctl.md +++ b/_gtfobins/busctl.md @@ -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 ---