From abbed40f74de0e253e88d0db2e2ffa566649b506 Mon Sep 17 00:00:00 2001 From: Rob Fuller <679319+mubix@users.noreply.github.com> Date: Thu, 23 Feb 2023 15:01:22 -0500 Subject: [PATCH] Add tdbtool Co-authored-by: Andrea Cardaci --- _gtfobins/tdbtool.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _gtfobins/tdbtool.md diff --git a/_gtfobins/tdbtool.md b/_gtfobins/tdbtool.md new file mode 100644 index 0000000..172dfc0 --- /dev/null +++ b/_gtfobins/tdbtool.md @@ -0,0 +1,15 @@ +--- +functions: + shell: + - code: | + tdbtool + ! /bin/sh + sudo: + - code: | + sudo tdbtool + ! /bin/sh + limited-suid: + - code: | + ./tdbtool + ! /bin/sh +---