想用python做一个简单的web站点安全漏洞扫描工具,针对web网站进行安全漏洞检查,包括:xxs,sql注入,弱口令等!有没有做过的?大家有没有好建议和方案?谢谢!
巴扎黑2017-04-17 17:32:09
A great testing tool (Nmap) already exists, I don’t see the benefit of reinventing the wheel.
If you just want to learn Python to write scanning tools, you can use the already written Nmap module. Nmap has a large number of detection scripts for use.