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)