- 1

what is sql injection?

4th Mar 2017, 12:22 PM
Muhammad Thasir
Muhammad Thasir - avatar
6 Respostas
+ 12
It seems as if you want to do the same with someone
4th Mar 2017, 1:18 PM
Siddharth Saraf
+ 5
type that exact question into Google ;)
4th Mar 2017, 1:10 PM
Mario L.
Mario L. - avatar
+ 5
When you create a form on a web page and the posted value are inserted directly in an SQL statement in a wrong way. In this case it is possible to enter SQL in the form and execute harmful SQL on the server side.
4th Mar 2017, 2:34 PM
Tamás Barta
Tamás Barta - avatar
+ 2
No
4th Mar 2017, 2:56 PM
Tamás Barta
Tamás Barta - avatar
+ 2
Sql is a webpage that we have encountered most often today. SQL Injection 's main reason is that the web application creates a dynamic SQL statement with that input without properly checking the incoming input from the user. Finally, the admin information on the website can be accessed with Sql injection.
4th Mar 2017, 7:13 PM
Hasan Can
Hasan Can - avatar
0
is this url modification?
4th Mar 2017, 2:38 PM
Muhammad Thasir
Muhammad Thasir - avatar