diff --git a/_gtfobins/busctl.md b/_gtfobins/busctl.md new file mode 100644 index 0000000..4621e90 --- /dev/null +++ b/_gtfobins/busctl.md @@ -0,0 +1,13 @@ +--- +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 +---