1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-25 21:50:51 +02:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Joshua Rogers
9c9edb139f
Merge 18b900cdf1 into 4eca50ea16 2023-12-23 11:53:06 -08: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"
---