From 813d1bebca8f74407a1b47b634b6e1e9169a02ca Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Tue, 17 Mar 2020 20:18:53 +0100 Subject: [PATCH] Improve busctl --- _gtfobins/busctl.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 ---