利用nmap的插件nse功能,便可以方便的完成各种渗透测试。如sql注入的检测,密码的破解等等。
Update NSE Database
nmap --script-updatedb
XSS检测
Nmap -sV --script=http-unsafe-output-escaping <target>
SQL Injection
nmap -sV --script=http-sql-injection <target>
利用nmap的插件nse功能,便可以方便的完成各种渗透测试。如sql注入的检测,密码的破解等等。
nmap --script-updatedb
Nmap -sV --script=http-unsafe-output-escaping <target>
nmap -sV --script=http-sql-injection <target>
4 comments
大佬博客做的太棒了
感谢支持
谢谢分享,日常打卡~ 滴滴~
文章写的不错,加油~