Hi, I'm Khan.

Security Engineer, Bug Bounty Hunter

I spend a lot of time programming and breaking the applications logic.

Read more about me
Faraz Khan's Picture

Bypass Addslashes using Multibyte Character

I beleive this tutorial is nother unique or new as compared to some other tutorials on Securityidiots. Tutorial related to Addslash bypass can be found easily

MSSQL practical Second Order Exploitation

MSSQL out of band exploitation, very useful while you are not able to extract that data in all those old ways, here we are with a awesome fucking new way ;)

Oracle SQL Injection and DIOS Query

Here is a complete tutorial on how to injection in oracle based website, along with into to oracle DIOS.

MSSQL Second Order Exploitation

MSSQL Insert Query injection and Second order Exploitation tutorial with video...

One Payload to Inject them all - MultiQuery Injection

Multi Query injection, one of my favorites. Heres a little explanation on it and why its different from Routed SQLi

MSSQL Error Based Injection

Many times you fall into a situation when Union doesnt work so herez basics of how to use error based MSSQL injection, and what are the conditions need to be met for an error based SQLi

Routed SQL Injection

Security Idiots is up with some of the most tricky parts of SQL injection, brace yourself to have some more fun with SQL injection.

Step By Step MSSQL Union Based Injection

A complete series on MSSQL Injection for those who are still not really comfortable with MSSQL Injection

Manual Inj3ct0rs Guide to recognize database

Learn how to recognize the database used by the application even when you can not see any kind of errors. Handy guide for manual SQL injectors.

MSSQL DIOS (Dump in One Shot)

Explanation on MS SQL Dump in one shot query.

DIOS the SQL Injectors Weapon (Upgraded)

Learn some more about DIOS and check out the other complete new flavors of SQLi DUMP In One Shot.

DIOS (Dump in One Shot) Explained Part 2

Here we will learn Some more advanced tricks to use with our DIOS and make it a complete query to work with

DIOS (Dump in One Shot) Explained

Most of the Inj3ct0rs are using DIOS but very few actually know how it is working or how can they change it to get the required output. so here is a tutorial which will help you on that

Union Based Oracle Injection

After all of our tutorials on injecting into MySQL database this tutorial concentrates on the basics of injecting in Oracle database

Group By and Order by SQL injection

Here we will learn how can an attacker inject into Order by and group by clause to extract the data using SQL injection

Dumping Database From Login Form

Earlier we discussed how to bypass Login Form using SQL Injection. Now in this tutorial we will learn how to Dump Database using SQLi

URL Spoofed Phishing using SQLi

In this tutorial we will learn how to Phish with the help of SQL injection in such a manner the victim wont be able to doubt your link by looking in the URL.

DDOS Using SQL injection (SiDDOS)

Regardless to many other attacks we can perform using SQLi there is an awesome attack DDOS which we can also perform via SQLi

Delete Query Injection

Usually Inj3ct0rs Inject into SQL statements and many times they miss to check the update and delete function to test. here we will discuss the same.

Update Query Injection

Usually Inj3ct0rs Inject into SQL statements and many times they miss to check the update and delete function to test. here we will discuss the same.

XSS Injection with SQLi (XSSQLi)

Over here we will only be concentrating over the SQL injection and how to perform a basic XSS attack using SQL injection, rest you can learn more on XSS to achieve a better results using the same XSS.

Time based Blind Injection

The way of exploitation will be same as blind injection just the injection is little changed. so as in blind we were getting to know that the question we asked the database returns true or not by the

Insert Query Injection

As we discussed all the other types of queries injection, in this one we will discuss how can a hacker manipulate the input to inject into a insert query and get the data.

Login Bypass Using SQL Injection

In this tutorial we will learn how a hacker can manipulate the input and inject it in such a manner that without username or password he can login

Evil Twin Injection

In this tutorial we will learn how to do get all the data into a website in a very faster way using the SQL evil twin injection

Blind SQL Injection

Blind SQL Injection is used when there is No Output and No Error. that means we cant Injection the Union based injection in which we use to get the output nor we can Inject the XPATH or Sub Query Inje

Error Based Injection SubQuery Injection

XPATH is not available in some versions of MySQL and may be filtered or disabled by admin that is why to overcome this problem we will use Sub Query Injection.

Error Based Injection using UpdateXML

When we are not able to extract the data using union based injection because the web application is not showing any output in such cases we can use XPATH injection

Error Based Injection using Extractvalue

When we are not able to extract the data using union based injection because the web application is not showing any output in such cases we can use XPATH injection

Deathrow Single Row injection

This type of injection you will commonly face and in this tutorial we will learn how to make the data extraction process faster even when its a deathrow injection