Hey Guys,
I've heard that SQL Injection is one of the most common tool that the hackers use to hack a web application. Can anyone please give me a brief overview of what SQL Injection is or any webpages that I can refer to.
Thanks
anuj_sharma -3 Junior Poster
Recommended Answers
Jump to PostThis is done through URL as intruder firstly examine URL string that is send to server and if he sees any possibility of vulnerability he will try to modify this string and submit
Jump to PostDepends on the technology used. I think that Java and its PrepareStatements is something that you can not beat, with PHP you need to do lot of checking and set up many rules to prevent injections. I expect that Microsoft web pages build with C# or VB are reasonably secure …
All 6 Replies
buddylee17 216 Practically a Master Poster
anuj_sharma -3 Junior Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
anuj_sharma -3 Junior Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
Shanti C 106 Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.