- Joined
- May 5, 2013
- Threads
- 237
- Messages
- 651
- Reaction score
- 417
What is SQLi ?
The Structured Query Language injection (SQLI) is the internal interface between an application and the Online Web Server.
Are you Confused because of lots of technical jargons?
I will make it simple. Basically a web hosting saves ALL its information in a table format known as Database. So all the usernames and password for accessing the webhosting will also be saved in the very same format. So SQLi is an interface where the user sends a query and the database gives an automated reply. So we will use this method to get the information about the admin's username and password, hence we get to access the complete web server.
The Structured Query Language injection (SQLI) is the internal interface between an application and the Online Web Server.
Are you Confused because of lots of technical jargons?
I will make it simple. Basically a web hosting saves ALL its information in a table format known as Database. So all the usernames and password for accessing the webhosting will also be saved in the very same format. So SQLi is an interface where the user sends a query and the database gives an automated reply. So we will use this method to get the information about the admin's username and password, hence we get to access the complete web server.
Hidden content
You need to reply to this thread in order to see this content.