Tuesday, 26 June 2018

sqlcake - Automatic SQL Injection Exploitation toolkit

What is sqlcake?
   sqlcake is an automatic SQL injection exploitation kit written in Ruby. It's designed for system administration and penetration testing.
   sqlcake offers a few useful functions to gather database information easily by SQL injection usage.

   sqlcake also allows you to bypass magic quotes, dump tables and columns and gives you the possibility to run an interactive MySQL shell.
   sqlcake supports union stacked queries for real fast processing and blind injections with logarithmic techniques for saving time.

Tested on:
 * Kali Linux 2018.1 and Parrot Security OS 4.0.1
 * Windows 10/8/7

Install and Run
1, Download and install Ruby Lang
2, Download and Extract sqlcake-v1.1.tar
3, Open Command Prompt (Windows) or Terminal (Linux) in the folder just extracted
4, Enter this command to view help menu:
      ruby sqlceke.rb --help

Screenshots
Automatic SQL Injection and Database Information Gathering tool
sqlcake tested on Parrot Security OS 4.0.1
Downloads sqlcake
Visit sqlcake's website

No comments:

Post a Comment