Posts

Beginner's Guide to SQL Injection (Basics Part 2)

He llo guys, I am back with second part of my artic le  Beginner’s Guide to SQL Injection. Hope you guys have enjoyed first part and understood the basics of SQL Injection. If you have not read it yet then it will be little difficult for you to understand this article. I request you to read Part-1 first from this   link  before reading this. While concluding Part-1 I asked you guys to read about “information_schema”, “table_schema” and “LIMIT clause” If you have read it then it’s very good, for those of you who were unable to read I’ll explain here again in short. INFORMATION_SCHEMA In simple words,  you can think of information_schema as a "MASTER DATABASE" that holds details about all the other databases on the server such as the names and types of tables, columns and users. Information_schema will have many tables (see screenshot) But we’ll be using only these (see screenshot below) tables of information_schema maximum number of times t

Beginner's Guide to SQL Injection (Basics Part 1)

SQL injection is a type of injection in which attacker tries to inject malicious SQL statements via input fields and tries to extract information from the web application's database server. I have written this article for hackingarticles.in Click on this  link  to read. I think this is enough for this article, we’ll continue from here in my next article where we’ll learn how to dum p database using queries the same way we used in this article. In my next article I’ll be using terms like information_schema, table_schema, limit, outfile, it will be easier for you to understand if you know there terms, so read about them and practice what we have learned in this article Author – Rinkish Khera Rinkish Khera  is a Web Application security consultant who loves competitive coding, hacking and learning new things about technology.   You can contact me   here  

SQLi (Dhakkan Lab) setup in Kali Linux with PHP v7

I have written this article for hackingarticles.in so you can read this article from this  link You can get the edited version @ https://github.com/Rinkish/Sqli_Edited_Version Author – Rinkish Khera Rinkish Khera  is a Web Application security consultant who loves competitive coding, hacking and learning new things about technology.   You can contact me   here