From 50ffed42105ad628386fcc07485af7116c44d746 Mon Sep 17 00:00:00 2001 From: Emilio Pinna Date: Sun, 17 Jun 2018 11:39:42 +0100 Subject: [PATCH] Replace more suid-limited execution with a suid-enabled read example --- _gtfobins/more.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_gtfobins/more.md b/_gtfobins/more.md index aabf5c9..eda72d0 100644 --- a/_gtfobins/more.md +++ b/_gtfobins/more.md @@ -8,10 +8,9 @@ functions: - code: | TERM= sudo -E more /etc/profile !/bin/sh - suid-limited: + suid-enabled: - code: | - TERM= ./more /etc/profile - !/bin/sh + ./more file_to_read file-read: - code: | more file_to_read