开源 SQL/代码注入扫描应用程序?
我发现一个网站每天都会遭受大量 SQL 注入和代码注入。我使用 CrawlTrack 来查看/记录/阻止 IP,但现在我想对我的域进行全面扫描,看看我是否忽略了需要尽快修复的任何漏洞。
有谁知道任何独立的 Mac 应用程序或基于浏览器的扫描软件可以帮助发现域上的潜在问题?
I have a site that I see is getting a ton of SQL injections and Code injections per day. I use CrawlTrack to view/record/block the IPs, but now I want to do a comprehensive scan of my domain to see if I am overlooking any vulnerabilities I need to be fixing AsAP.
Does anyone know of any stand alone Mac application or browser based scanning software that would help find potential issues on a domain?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Acunetix 有一个免费版本。检查一下是否有用。 这里是 OWASP XSS 预防参考。它有可重复使用的组件、备忘单等。
Acunetix has a free edition. Check if it is useful. Here is a OWASP XSS prevention reference. It has reusable components, cheat sheets etc.
您的数据库支持存储过程吗?这将有助于防止 SQL 注入问题。
Does your database support stored procedures? This would help prevent the SQL injection issues.