.NET SQL注入自动化(不是手动)测试

发布于 2025-02-01 12:55:10 字数 242 浏览 4 评论 0原文

我需要创建自动化测试,以检查我的.NET框架WebAPI端点是否有SQL注入漏洞。

我已经阅读了一些可以用于手动测试漏洞列表的工具,这些工具通过提供URL -SQLMAP,BSQL HACKER等。

我的问题是 - 是否有任何设计的工具/nuget专门用于对SQL注入端点进行自动化测试?

如果有人在SQL注入测试中将手动工具(例如SQLMAP)集成了任何经验,请随时提及您的解决方案如何运行。

I need to create automated tests that check my .NET Framework WebAPI endpoints for SQL Injection vulnerabilities.

I've read about some tools that can be used for manual testing for list of vulnerabilities by providing the URL - SQLMAP, BSQL hacker, etc.

My question is - is there any tool/NuGet that is designed specifically to do automation testing of endpoints for SQL Injection?

If anybody have any experience integrating manual tools like SQLMAP in tests for SQL Injection, feel free to mention how does your solution operate.

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

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

发布评论

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

评论(1

鸠书 2025-02-08 12:55:10

我找到了“灰色帽子C#”书,其中您有一个将SQLMAP API集成到应用程序中的描述。我会尝试的。

I've found the "Gray Hat C#" book, where you have a description for integrating SQLMAP API into an app. I will try that.

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