Shoryuken - An SQL Injection Tool

Shoryuken SQL Injection Tool

Shoryuken ("rising dragon punch" in Japanese) is an SQLi tool written in Bash that allows you to hack into poorly configurated web applications with backend DBMS in the same machine.

The takeover is pretty straightforward with a single request issued to open a "custom shell" on:
  • Windows using xp_cmdshell output redirected to a file at default web server root (c:\inetpub\wwwroot)
  • Linux using a PHP one line web shell with sudo also at default web server root (/var/www).

Note: Shoryuken requires cURL (Debian-like systems: apt-get install curl).

Advantages:

  • Gets root/system almost instantly.
  • Scans and tests multiple targets.
  • Very simple to use.
  • Very small (just 9k) e portable.
  • Can be easily used in tiny Linux systems like mobile ones.
  • Pwns MySQL and MSSQL systems at once.
  • No need to download/upload anything to target.
  • No need for an extra open port on machine or firewall.
  • No need for password(s) stored in the database.
  • No need for privilege escalation.
  • Can be easily used when pivoting over Linux machines.
  • Minimum footprinting in Test Mode (1 request).
  • Uses filter bypass techniques like hex converting and HPP.
  • Uses statistics from @VulnSites project to improve detection rate.
  • Auto cleaning (except for logs).










Shoryuken - An SQL Injection Tool Shoryuken - An SQL Injection Tool Reviewed by AC10 Tech on Thursday, April 13, 2017 Rating: 5

No comments:

Powered by Blogger.