Tomcat 中基于请求的入侵检测

发布于 2024-11-19 05:53:32 字数 120 浏览 3 评论 0原文

我想知道是否有一种方法可以轻松地通过自定义类推送 tomcat 请求(例如,无需大量修改代码库)来执行诸如运行正则表达式来检查 XSS 和 SQL 注入攻击并基于拒绝它们/清理它们之类的事情关于这些知识。

谢谢

I'm wondering if there is a way to push tomcat requests through a custom class easily (e.g without having to heavily modify the codebase) to do things like running a regex to check for XSS and SQL Injection attacks and deny them/sanitize them based on this knowledge.

Thanks

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

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

发布评论

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

评论(1

紙鸢 2024-11-26 05:53:32

当然 - 使用过滤器:

http: //www.google.com/search?sourceid=chrome&ie=UTF-8&q=java+xss+filter
http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=java+servlet+filter

Of course - use a Filter:

http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=java+xss+filter
http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=java+servlet+filter

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