এসকিউএল ইনজেকশন কি? এর মাধ্যমে ওয়েব সাইট হ্যাক করা যায় কি?
এসকিউএল ইনজেকশন হলো এমন এক কৌশল, যার মাধ্যমে ওয়েব সাইটের ডাটাবেস এক্সেস এর অনুমতি লাভ করা যায়। লগইন ফরম ও কোডিং এর মাধ্যমে এটি করা হয়।
What is SQL Injection?
It is the type of attack that takes advantage of improper coding of your web applications that allows hacker to inject SQL commands into say a login form to allow them to gain access to the data held within your database.
In essence, SQL Injection arises because the fields available for user input allow SQL statements to pass through and query the database directly
|