nmap 扫描ms17-010
nmap -p80,443 --script http-methods scanme.nmap.org
nmap 扫描开放端口
nmap -n --open 127.0.0.1
nmap 获取网站所支持的方法
nmap --script http-methods <target>
nmap --script http-methods --script-args http-methods.url-path='/website' <target>
Script Output
PORT STATE SERVICE REASON
80/tcp open http syn-ack
| http-methods:
|_ Supported Methods: GET HEAD POST OPTIONS
http://blog.csdn.net/jiangliuzheng/article/details/51992220
http://www.legendsec.org/1570.html