Merge branch 'GTFOBins:master' into master

This commit is contained in:
Emanuel Duss
2024-10-15 21:42:11 +02:00
committed by GitHub
3 changed files with 21 additions and 1 deletions

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"
---