Hi all.
I want to do a web project using mySQL database. Now I need to avoid SQLinjection etc. My question: is there any free database layer I should use?
Thank you
Smoerble
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21737609.html
Zones:
C#Date Answered: 03/15/2006 Grade: A Views: 0
hi guys,
can you please take a look at this page and let me know if its secure agains sql injections?
i have a search box there and i was just worried about people being able to inject sql into i...
http://www.experts-exchange.com/Security/Misc/Q_21767588.html
Zones:
SecurityDate Answered: 04/12/2006 Grade: A Views: 0
I will be going to use MSSQL 2000 to develop the the web application.
But I am told to use inline SQL(ie not Stored Procedure) to develop the web application,
I am concern about SQL injection,
w...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_21809677.html
Zones:
JSPDate Answered: 04/16/2006 Grade: A Views: 0
This is the second time (two different IP's) I've seen this in the past 3 weeks. Someone from China looks to be trying to use a SQL Injection technique to hack one of my sites. What is interestin...
http://www.experts-exchange.com/Security/Misc/Q_21913792.html
How can I cleanse any incoming querystrings like this one:
/default.asp?-='+AND+'b'> 'a&cmd=resetall
Is there a way to detect invalid characters and then remove them and redirect to the same ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_22708766.htm...
Zones:
ASPDate Answered: 07/22/2007 Grade: A Views: 4
Hello again all,
My mate's windows sql server site was hacked good and proper via sql injection.
As a quick fix i gave him an include file that actually succeeded in keeping them out.
But the ...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Microsoft_IIS/Q_23700...
I went to a conference and found the fun of SQL Injection.
I'm trying to protect myself from my personal website because it looks like someone did some damage, and I want to make sure I'm coveri...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20863597.htm...
Zones:
ASPDate Answered: 02/09/2004 Grade: A Views: 0
Hi,
I have developped a script that clean http's query strings from bad wods such insert, alter, join, truncate...
And it works great
but i need to block user from accessing my site if he trie...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21248649.htm...
Zones:
ASPDate Answered: 12/22/2004 Grade: A Views: 0
Please tell me how to exploit this query with a SQL injection attack!
I've been reading about such attacks and I want to lock down my code a bit better. But, for some reason I can't get my Cold...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21310297...
A generally known security technique is to used prepared statements in java web app to prevent SQL injection. But, I'm using JSTL which I'm not sure I could do prepared statements. Is there a tec...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21735047.html