From 8fb329ca92b6f75cfadf2d697ed93c762eea6913 Mon Sep 17 00:00:00 2001 From: Emilio Pinna Date: Thu, 23 Aug 2018 23:44:27 +0100 Subject: [PATCH] Fix nmap suid-limited --- _gtfobins/nmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_gtfobins/nmap.md b/_gtfobins/nmap.md index 785fba1..33ad03a 100644 --- a/_gtfobins/nmap.md +++ b/_gtfobins/nmap.md @@ -82,7 +82,7 @@ functions: TF=$(mktemp) echo 'os.execute("/bin/sh")' > $TF sudo nmap --script=$TF - suid-enabled: + suid-limited: - description: Input echo is disabled. code: | TF=$(mktemp)