Nmap高级用法之NSE使用_Linux

nmap


Update NSE Database

nmap  --script-updatedb



XSS检测

Nmap -sV --script=http-unsafe-output-escaping <target>



SQL Injection

nmap -sV --script=http-sql-injection <target>