1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-25 13:40:43 +02:00

Compare commits

..

1 Commits

Author SHA1 Message Date
JTZ
7e8ad0b9fc
Merge 4d9b29f982 into 4eca50ea16 2023-12-23 13:34:54 -03:00

View File

@ -1,16 +0,0 @@
---
description: The result is displayed in a TUI interface.
functions:
file-read:
- code: |
LFILE=file_to_read
links "$LFILE"
suid:
- code: |
LFILE=file_to_read
./links "$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo links "$LFILE"
---