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 1/5] 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 00000000..d0ae65a8 --- /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" +--- From 2afe22a27be857f401766e6822fbe2be02bd190f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 18:52:14 +0000 Subject: [PATCH 2/5] Bump rexml from 3.2.5 to 3.2.8 Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.2.5...v3.2.8) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a0d6fe64..3ee5225e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,11 +48,13 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.5) + rexml (3.2.8) + strscan (>= 3.0.9) rouge (3.21.0) safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) + strscan (3.1.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (1.7.0) From 9ec64ef195290c84093b5558b25d3dbfadd38684 Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Sat, 20 Jul 2024 14:16:12 +0200 Subject: [PATCH 3/5] Add robots.txt to exclude the new temporary website --- robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 robots.txt diff --git a/robots.txt b/robots.txt new file mode 100644 index 00000000..2000b319 --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +user-agent: * +disallow: /new/ From b724cd9bc172480962a5c079836c71e7b432f0ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:57:31 +0000 Subject: [PATCH 4/5] Bump rexml from 3.2.8 to 3.3.3 Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.3. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.2.8...v3.3.3) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3ee5225e..e0458d7e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,8 +48,8 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.8) - strscan (>= 3.0.9) + rexml (3.3.3) + strscan rouge (3.21.0) safe_yaml (1.0.5) sassc (2.4.0) From 61314d55d0ba6404f8e3ff69dce4155ca58d8d9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 20:47:12 +0000 Subject: [PATCH 5/5] Bump rexml from 3.3.3 to 3.3.6 Bumps [rexml](https://github.com/ruby/rexml) from 3.3.3 to 3.3.6. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.3.3...v3.3.6) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e0458d7e..b720c7db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,7 +48,7 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.3.3) + rexml (3.3.6) strscan rouge (3.21.0) safe_yaml (1.0.5)