Catching SQL Injection and other Malicious Web Requests

后端 未结 8 1266
灰色年华
灰色年华 2020-12-18 18:18

I am looking for a tool that can detect malicious requests (such as obvious SQL injection gets or posts) and will immediately ban the IP address of the requester/add to a bl

相关标签:
8条回答
  • 2020-12-18 18:55

    Oracle has got an online tutorial about SQL Injection. Even though you want a ready-made solution, this might give you some hints on how to use it better to defend yourself.

    0 讨论(0)
  • 2020-12-18 18:58

    One little thing to keep in mind: In some countries (i.e. most of Europe), people do not have static IP Addresses, so blacklisting should not be forever.

    0 讨论(0)
提交回复
热议问题