English 中文(简体)
这种注射预防工作在理论上是否可行?
原标题:Will this SQL injection prevention work in theory?
  • 时间:2011-10-29 20:40:17
  •  标签:
  • php
  • security

我计划通过使用可变的卡片来防止喷射,并把它推向一种功能,即扫描任何板球指挥或任何注射企图可变的美元。 我还将编制一份清单,列出人们将使用注射疫苗的通用指挥。

注:我曾问过一个类似的问题,但此时我有了一个理论,我得以思考;

最佳回答

防止卡片注射的最简单和安全方式是使用mysql_real_e爱因-string()。 它将逃脱任何特殊性质,因此,问题将是安全的。

如果你使用我的sqli,见

http://www.php.kl-injection.php。

So, your plan it s not the best way to do it. It unnecessarly complicates things.

问题回答




相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

MALICIOUS_CODE EI_EXPOSE_REP Medium

I run findbugs against all of my code and only tackle the top stuff. I finally got the top stuff resolved and now am looking at the details. I have a simple entity, say a user: public class User ...

XSS on jsbin.com

Anyone know if jsbin.com implements any protection for XSS or other javascript attacks? I see jsbin links used fairly regularly on sites like this one and I can t find any indication from the site ...

Make md5 strong

Im making a website that will intergrate with game that only support md5 hashing metod (atm). Which ofc is not especially safe anymore. But how could i make it stronger? Should I just generate long ...

Why running a service as Local System is bad on windows?

I am trying to find out the difference between difference service account types. I tumbled upon this question. The answer was because it has powerful access to local resources, and Network Service ...

Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

热门标签