Browsing category

Sql Injection

SQLMate – Automated SQLi Using Dorks

SQLMate is an advanced tool that you can use to run sql injection vulnerability check online using Dork and it will allow user to find admin panel on targeted system beside hash cracking. Online search engines are one of the advanced tools that many coders include in their scope cause it will allow to identify […]

List of Best Open Source SQL Injection Tools – 2019

SQL injection is a standout amongst the most widely recognized attacks against web applications. Here is the list of Best SQL Injection Tools 2019. Its attacks comprise of insertion or “injection” of a SQL query by means of the information from the customer to the application. An effective SQL injections endeavor can read delicate information […]

BSQLinjector – Blind SQL Injection Exploitation Tool

BSQLinjector is a Blind SQL injection exploitation tool written in ruby. It uses blind method to retrieve data from SQL databases. I recommend using “–test” switch to clearly see how configured payload looks like before sending it to an application. Options: –file Mandatory – File containing valid HTTP request and SQL injection point (SQLINJECT). (–file=/tmp/req.txt) […]

SleuthQL – SQL Injection Discovery Tool

SleuthQL is a python3 script to identify parameters and values that contain SQL-like syntax. Once identified, SleuthQL will then insert SQLMap identifiers (*) into each parameter where the SQL-esque variables were identified. SleuthQL aims to augment an assessor’s ability to discover SQL injection points by automating some of the request analysis required during a web […]

Whitewidow – SQL Vulnerability Scanner

Whitewidow is an open source automated SQL vulnerability scanner, that is capable of running through a file list, or can scrape Google for potential vulnerable websites. It allows automatic file formatting, random user agents, IP addresses, server information, multiple SQL injection syntax, and a fun environment. This program was created for learning purposes, and is […]