From 97f46f1526446fd0aeb65883e68deb5c544c73ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juampa=20Rodr=C3=ADguez?= <32236059+und3sc0n0c1d0@users.noreply.github.com> Date: Wed, 10 Apr 2024 22:46:01 +0200 Subject: [PATCH] Create links Co-authored-by: Andrea Cardaci --- _gtfobins/links.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _gtfobins/links.md diff --git a/_gtfobins/links.md b/_gtfobins/links.md new file mode 100644 index 0000000..d0ae65a --- /dev/null +++ b/_gtfobins/links.md @@ -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" +---