Page 1 of 1

sql injection in PDO

Posted: Tue Apr 14, 2009 9:00 am
by pulkit
HI, I want to do sql injection in PHP application but i have use PDO. I dont know how to do sql injection in PDO can any one help me??????

Re: sql injection in PDO

Posted: Tue Apr 14, 2009 9:10 am
by requinix
Do you even know what you're talking about?

Re: sql injection in PDO

Posted: Tue Apr 14, 2009 10:48 am
by papa
Do you want to inject your own application?

There are some good tutorials on youtube for example. But more like how to prevent it.. :)

Re: sql injection in PDO

Posted: Wed Apr 15, 2009 5:05 am
by pulkit
tasairis wrote:Do you even know what you're talking about?
First of all thanks for the reply me,
yes i m not drunked or not sleepy.
yes i know and i want to test my own application by sql injection for the perticular PDO bec i have know from some one that sql injection is possible even though PDO is used..
So i want to know how it is possible.

Re: sql injection in PDO

Posted: Wed Apr 15, 2009 5:42 am
by papa
Look up some injections and try it in your application. As I said youtube has some good examples.