diff --git a/_gtfobins/tbl.md b/_gtfobins/tbl.md new file mode 100644 index 0000000..f78c5b8 --- /dev/null +++ b/_gtfobins/tbl.md @@ -0,0 +1,17 @@ +--- +description: | + The read file content is corrupted by additional text at the beginning. +functions: + file-read: + - code: | + LFILE=file_to_read + tbl "$LFILE" + suid: + - code: | + LFILE=file_to_read + ./tbl "$LFILE" + sudo: + - code: | + LFILE=file_to_read + sudo tbl "$LFILE" +---