Skip to content

Commit

Permalink
Create links
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Cardaci <[email protected]>
  • Loading branch information
und3sc0n0c1d0 and cyrus-and authored Apr 10, 2024
1 parent 4eca50e commit 97f46f1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _gtfobins/links.md
Original file line number Diff line number Diff line change
@@ -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"
---

0 comments on commit 97f46f1

Please sign in to comment.