SQL INJECTION

Any problem with PHP can be disscused here
mohumben
Posts: 82
Joined: Thu Sep 15, 2005 9:45 pm

Post 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.


D0M1N0R
Posts: 91
Joined: Tue Sep 20, 2005 8:05 pm

Post 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%
toychoq
Posts: 108
Joined: Fri Apr 15, 2005 9:11 am

Post by toychoq »

but i didnot help in my site
m3t4l
Posts: 129
Joined: Tue Apr 03, 2007 11:28 am

Post 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 ' --
Image
m3t4l.org
metal
hacking a computer near u!!!!!
hip_hop_x
Posts: 26
Joined: Mon Nov 13, 2006 9:00 pm

Post 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.
...::: SZ Admin :::....
habbotroy
Posts: 41
Joined: Wed Sep 27, 2006 9:51 am

Post by habbotroy »

i always need to nohow to stop ppl fromhacking b
TROY
kainengland
Posts: 105
Joined: Wed Jul 26, 2006 9:16 am

Post by kainengland »

Yeas Does Any 1 No How To Stop Hacking Trew Mysql Injection
____________________________________
KainAussie-Owner of habboorange.com
reece
Posts: 55
Joined: Tue Apr 04, 2006 10:59 am

Post by reece »

theres lots about it on the php website
Locked