Home

Awesome

sqlmate

<img src='https://i.imgur.com/iXwyVul.png' /> There are some features that we think SQLMap should have. Like finding admin panel of the target, better hash cracking etc. If you think the same, SQLMate is for you.

What it does?

Scroll down for more.

Screenshots

<img src='https://i.imgur.com/8JDL1xt.png' /> <img src='https://i.imgur.com/ww2zupy.png' /> <img src='https://i.imgur.com/itjrbrH.png' /> <img src='https://i.imgur.com/IxFbg8G.png' />

Running SQLMate

Enter the following command in terminal to download SQLMate

git clone https://github.com/UltimateHackers/sqlmate

Then navigate to the sqlmate directory by entering this command

cd sqlmate

Now install the required modules

pip install -r requirements.txt

Now run sqlmate

python sqlmate
Available command line options
usage: sqlmate [-h] [--dork DORK] [--hash HASH] [--list <path>]
 [--dump 1-184] [--admin URL] [--type PHP,ASP,HTML]

optional arguments:
  -h, --help            show this help message and exit
  --dork DORK           Supply a dork and let SQLMate do its thing
  --hash HASH           'Crack' a hash in 5 secs
  --list <path>         Import and crack hashes from a txt file
  --dump 1-184          Get dorks. Specify dumping level. Level 1 = 20 dorks
  --admin URL           Find admin panel of website
  --type PHP,ASP,HTML   Choose extension to scan (Use with --admin option,
          		Default is all)

Want to contribute?

Alright jump in! Find bugs or help me add these features:

Thanks for using SQLMate.