Java SQL 注入代码扫描器?

发布于 2024-11-24 05:54:39 字数 90 浏览 0 评论 0 原文

我想找出我的应用程序中未使用PreparedStatement编写的SQL语句,这些语句容易受到SQL注入攻击。

有什么代码扫描仪可以完成这项工作吗?

I wanted to find out the SQL statements in my application which was not written using PreparedStatement which are vulnerable to SQL injection attack.

Any code scanner which can does this job?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

因为看清所以看轻 2024-12-01 05:54:39

这两个工具对 Java 代码进行大量安全检查:

http://suif .stanford.edu/~livshits/work/lapse/download.html

http://jsecscanner.sourceforge.net /

第一个肯定会检查 SQL 注入漏洞。不确定第二个,但即使没有,它也会做其他有用的检查。两者都是 Eclipse IDE 的插件。

These two tools do a number of security checks on Java code:

http://suif.stanford.edu/~livshits/work/lapse/download.html

http://jsecscanner.sourceforge.net/

The first one definitely checks for vulnerability to SQL injection. Not sure about the second, but even if it doesn't it will do other useful checks. Both are plugins to the Eclipse IDE.

给不了的爱 2024-12-01 05:54:39

有许多付费和无付费工具可用。
您可以在链接下方找到工具列表。

  1. https://www.owasp.org/index.php/Appendix_A:_Testing_Tools
  2. https://www.owasp.org/index.php/Category:Vulnerability_Scanning_Tools

此外,您还可以在 https://www.owasp.org/index.php/Category:Vulnerability_Scanning_Tools 中查找缺陷、漏洞和示例。 owasp.org/" rel="nofollow">https://www.owasp.org/。

就我个人而言,我使用过商业版的 Veracode 和 AppScan。我喜欢 Veracode,它用户友好且具有很多功能。

There are many paid and unpaid tools available.
You can find list of tools below links.

  1. https://www.owasp.org/index.php/Appendix_A:_Testing_Tools
  2. https://www.owasp.org/index.php/Category:Vulnerability_Scanning_Tools

Also, you can find flaws, vulnerabilities and there example in https://www.owasp.org/.

Personally, I have used Commercial ones Veracode and AppScan. I liked Veracode its user friendly and has lots of features.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文