Advertisement
TVT618

sqlcake - Automatic SQL Injection Exploitation toolkit

Jun 26th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. What is sqlcake?
  2. sqlcake is an automatic SQL injection exploitation kit written in Ruby. It's designed for system administration and penetration testing.
  3. sqlcake offers a few useful functions to gather database information easily by SQL injection usage.
  4.  
  5. sqlcake also allows you to bypass magic quotes, dump tables and columns and gives you the possibility to run an interactive MySQL shell.
  6. sqlcake supports union stacked queries for real fast processing and blind injections with logarithmic techniques for saving time.
  7.  
  8. Tested on:
  9. * Kali Linux 2018.1 and Parrot Security OS 4.0.1
  10. * Windows 10/8/7
  11.  
  12. Install and Run
  13. Download and install Ruby Lang: https://www.ruby-lang.org/en/
  14. Download and Extract sqlcake-v1.1.tar
  15. Open Command Prompt (Windows) or Terminal (Linux) in the folder just extracted
  16. Enter this command to view help menu:
  17. ruby sqlceke.rb --help
  18.  
  19. Downloads sqlcake: https://sourceforge.net/projects/sqlcake/
  20. Visit sqlcake' website: http://sqlcake.sourceforge.net/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement