dougou8573 2011-02-25 14:26
浏览 50
已采纳

PHPIDS足以保护我的网站吗?

I just found out about PHPIDS and I have a couple of questions:

  1. Can PHPIDS protect from automated sql injection attacks ?

  2. Can it protect from DOS attacks?

  3. Is it enough to be used on its own or must I use additional methods too?

  4. Is it reliable?

  • 写回答

2条回答 默认 最新

  • douyan8961 2011-02-25 14:38
    关注

    PHPIDS (PHP-Intrusion Detection System) is a simple to use, well structured, fast and state-of-the-art security layer for your PHP based web application. The IDS neither strips, sanitizes nor filters any malicious input, it simply recognizes when an attacker tries to break your site and reacts in exactly the way you want it to.

    What that means is you STILL have to decide what to do with the:

    1. Injection attack (drop / ignore / notify, etc;)
    2. No it doesn't those are at the network level not application PHP layer.
    3. This is a method of detecting, not santizing, filtering, etc; you still need your own code for protection.
    4. Seems to be, why not try it. I am not aware of any 'graphs' to give you a statistical feed.
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度
  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测