Page 2 of 2

Posted: Wed Oct 05, 2005 1:10 am
by mohumben
SQL injection is (more or less) the execution of (unauthorized) queries in a SQL server.

There isn't a sure fire method to stop this kind of exploit, but escaping user inputted data will stop the majority of the attacks.

Pay attention, SQL injection may be used in any site using SQL servers, disregarding the type of scripts: Chats, Forums, games or whatever backed by SQL may be attacked.

Posted: Sun Oct 09, 2005 9:53 am
by D0M1N0R
There is absolutely NO way to be 100% un-hackable, but good protection, (everything from programs at the server to ip shields..)
AND if you learn some basic hacking, you know how to prevent basic and a little more advanced hacking, or how to prevent it 99%

Posted: Mon Oct 17, 2005 7:07 pm
by toychoq
but i didnot help in my site

Posted: Tue Apr 10, 2007 3:44 am
by m3t4l
sql injection is the most common way of hacking javascript websites
to make ur site temparyly unvunrable try learning about the way it is down and try to block some of the querries they use to do the exploit like 1=1 OR ' --

Posted: Thu Apr 19, 2007 8:13 pm
by hip_hop_x
sql injection could be used many times, cause it's very usefull. If the login page uses javascript to deny if password isn't right, then that page could be hacked very simple. How to avoid this: remove javascript checking passwords, use for ex php. I'll provide more info if you will need via pm.

Posted: Fri Apr 20, 2007 10:22 am
by habbotroy
i always need to nohow to stop ppl fromhacking b

Posted: Fri Apr 20, 2007 11:33 pm
by kainengland
Yeas Does Any 1 No How To Stop Hacking Trew Mysql Injection

Posted: Fri Aug 03, 2007 1:10 pm
by reece
theres lots about it on the php website