From 1a56fc41845b1d1a5956bc9fe685208c958e8d98 Mon Sep 17 00:00:00 2001 From: Enrico Cavalli Date: Fri, 13 Jan 2023 13:13:49 +0100 Subject: [PATCH] Add joe shell Co-authored-by: Andrea Cardaci --- _gtfobins/joe.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _gtfobins/joe.md diff --git a/_gtfobins/joe.md b/_gtfobins/joe.md new file mode 100644 index 0000000..c2361d6 --- /dev/null +++ b/_gtfobins/joe.md @@ -0,0 +1,15 @@ +--- +functions: + shell: + - code: | + joe + ^K!/bin/sh + limited-suid: + - code: | + ./joe + ^K!/bin/sh + sudo: + - code: | + sudo joe + ^K!/bin/sh +---