From 3cdfea5714978743334fd4a520068478fa5c411d Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Wed, 8 Jun 2022 13:41:12 +0200 Subject: [PATCH] Promote zathura command to shell Related to #293. --- _gtfobins/zathura.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_gtfobins/zathura.md b/_gtfobins/zathura.md index f39676d..2396c86 100644 --- a/_gtfobins/zathura.md +++ b/_gtfobins/zathura.md @@ -1,11 +1,12 @@ --- +description: The interaction happens in a GUI window, while the shell is dropped in the terminal. functions: - command: + shell: - code: | zathura - :! id + :! /bin/sh -c 'exec /bin/sh 0<&1' sudo: - code: | sudo zathura - :! id + :! /bin/sh -c 'exec /bin/sh 0<&1' ---