Skip to content

Commit

Permalink
Create links.md
Browse files Browse the repository at this point in the history
  • Loading branch information
und3sc0n0c1d0 authored Sep 19, 2023
1 parent 082b26c commit 903f03b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions _gtfobins/links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
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 903f03b

Please sign in to comment.