From d5194e343d1acf61a9de452984d9ca7080b90ced Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Thu, 8 Jun 2023 23:04:35 +0200 Subject: [PATCH] Add busctl ----address=unixexec:... --- _gtfobins/busctl.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_gtfobins/busctl.md b/_gtfobins/busctl.md index c0f8893..8d882dc 100644 --- a/_gtfobins/busctl.md +++ b/_gtfobins/busctl.md @@ -9,4 +9,7 @@ functions: - code: | sudo busctl --show-machine !/bin/sh + command: + - code: | + busctl set-property org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.systemd1.Manager LogLevel s debug --address=unixexec:path=firefox,argv1=https://www.example.com ---