Fix nmap suid-limited

This commit is contained in:
Emilio Pinna 2018-08-23 23:44:27 +01:00
parent 0681eacca5
commit 8fb329ca92

View File

@ -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)