Home  >  Q&A  >  body text

用python做一个简单的web站点安全漏洞扫描工具,有什么好的建议和方案?

想用python做一个简单的web站点安全漏洞扫描工具,针对web网站进行安全漏洞检查,包括:xxs,sql注入,弱口令等!有没有做过的?大家有没有好建议和方案?谢谢!

迷茫迷茫2765 days ago482

reply all(1)I'll reply

  • 巴扎黑

    巴扎黑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.

    reply
    0
  • Cancelreply