PHP Web 应用程序的动态分析以识别工作流程偏差

发布于 2025-01-05 07:31:59 字数 188 浏览 0 评论 0原文

我正在尝试学习 Web 应用程序安全性。我使用 RIPS、Pixy 等静态分析工具。还使用 xdebug 和 kcachegrind 对 Web 应用程序进行了分析。
现在我正在尝试对动态分析进行更多研究。我想确定分析过程中生成的调用图的工作流程偏差。
可以做这样的分析吗?
如果是这样,您能给我推荐一些可以实现这一目标的参考资料或工具吗?

I am trying to learn on Web Application security. I worked with tools that do static Analysis like RIPS, Pixy. Also did profiling of web-applications using xdebug and kcachegrind.
Now I am trying to research more on Dynamic Analysis. I would like to identify work flow deviations from call graphs generated during profiling.
Is it possible to do such an analysis??
If so can you suggest me any references or tools that achieve this?

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

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

发布评论

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

评论(2

罪#恶を代价 2025-01-12 07:31:59

有一些项目/论文可以满足此需求:

  1. PHP Vulnerability Hunter
  2. PHP 分析器
  3. PHP 的静态和动态分析
    安全
    (pdf)

第三项是 2006 年的学术演示,因此可能有点过时,而第一个资源似乎是我见过的最成熟的 DA 测试工具。您还可以研究蒙特卡罗方法作为向系统抛出任意输入进行测试的方法它的稳健性,特别是当您处理数字或统计数据时。

There are some projects/papers addressing this need:

  1. PHP Vulnerability Hunter
  2. PHP Analyzer
  3. Static and Dynamic Analysis for PHP
    Security
    (pdf)

The third item is an academic presentation from 2006, so it may be a little out of date while the first resource seems the most mature DA testing tool I've seen. You might also look into the Monte Carlo Method as a way of throwing arbitrary input at a system to test its robustness, particular if you deal with numerical or statistical data.

撩心不撩汉 2025-01-12 07:31:59

有一个免费工具,Paros - 用于 Web 应用程序安全评估

它不太复杂,易于使用。

There is one free tool, Paros - for web application security assessment

Its not too complicated, easy to work with.

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