• This repository has been archived on 08/May/2019
  • Stars
    star
    406
  • Rank 102,865 (Top 3 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 6 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A friend of SQLmap which will do what you always expected from SQLmap.

sqlmate

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?

  • Feed it a SQL injection dork via --dork option and it will find vulnerable sites for you. After that, it will try to find their admin panels and also try to bypass them with SQL queries.

  • It can do very fast hash lookups for MD5, SHA1 and SHA2. You can supply a hash with --hash option. Average lookup takes less than 2 seconds.

  • You can also supply it a txt file containing hashes to be cracked with --list option.

  • The first mode just checks for 13 most common admin panel locations but if you feed a website through --admin option, you can do a full scan using 482 paths.

  • SQLMate has ability to scrap dorks as well. Specify dumping level via --dump option. Using --dump 1 will dump nearly 20 dorks so set the level anywhere between 1-184 as per your needs. SQLMate automatically saves the dorks into a txt file so you can use them later.

Scroll down for more.

Screenshots

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:

  • Avoiding duplicates in dork scan results
  • A list of examples of sqlmap commands demonstrating some useful and less known sqlmap options
  • Whatever you like

Thanks for using SQLMate.

More Repositories

1

roop

one-click face swap
Python
24,347
star
2

XSStrike

Most advanced XSS scanner.
Python
12,523
star
3

Photon

Incredibly fast crawler designed for OSINT.
Python
10,404
star
4

Arjun

HTTP parameter discovery suite.
Python
4,747
star
5

AwesomeXSS

Awesome XSS stuff
JavaScript
4,605
star
6

sd-webui-roop

roop extension for StableDiffusion web-ui
Python
3,125
star
7

Smap

a drop-in replacement for Nmap powered by shodan.io
Go
2,708
star
8

Striker

Striker is an offensive information and vulnerability scanner.
Python
2,163
star
9

be-a-hacker

roadmap for a self-taught hacker
1,694
star
10

ReconDog

Reconnaissance Swiss Army Knife
Python
1,685
star
11

Hash-Buster

Crack hashes in seconds.
Python
1,639
star
12

huepy

Print awesomely in terminals.
Python
1,460
star
13

Corsy

CORS Misconfiguration Scanner
Python
1,213
star
14

Silver

Mass scan IPs for vulnerable services
Python
993
star
15

uro

declutters url lists for crawling/pentesting
Python
966
star
16

Diggy

Extract endpoints from apk files.
Shell
847
star
17

Decodify

Detect and decode encoded strings, recursively.
Python
841
star
18

Blazy

Blazy is a modern login bruteforcer which also tests for CSRF, Clickjacking, Cloudflare and WAF .
Python
800
star
19

Breacher

An advanced multithreaded admin panel finder written in python.
Python
679
star
20

goop

Google Search Scraper
Python
561
star
21

ote

Generate Email, Register for anything, Get the OTP/Link
Python
561
star
22

Zen

Find emails of Github users
Python
522
star
23

Parth

Heuristic Vulnerable Parameter Scanner
Python
512
star
24

Orbit

Blockchain Transactions Investigation Tool
Python
506
star
25

JShell

JShell - Get a JavaScript shell with XSS.
Python
498
star
26

MyPapers

Repository for hosting my research papers
Python
492
star
27

Bolt

CSRF Scanner
Python
490
star
28

Cloak

Cloak can backdoor any python script with some tricks.
Python
475
star
29

nano

Nano is a family of PHP web shells which are code golfed for stealth.
PHP
427
star
30

SubGPT

Find subdomains with GPT, for free
Python
315
star
31

dump

Stuff that doesn't deserves its own repository.
Python
293
star
32

hardcodes

find hardcoded strings from source code
Python
272
star
33

Quark

Quark is a data visualization framework.
JavaScript
211
star
34

proxify

A python module for dumping usable proxies.
Python
150
star
35

Predator

Anti-Automation System
CSS
118
star
36

Shiva

Improved DOS exploit for wordpress websites (CVE-2018-6389)
Python
109
star
37

velocity

DNS caching for humans
Python
86
star
38

rewise

Google auto-complete wrapper
Python
74
star
39

zetanize

HTML form parser for humans.
Python
72
star
40

ifnude

nudity detector that works
Python
67
star
41

Locky

Locky generates "really" strong yet easy to remember passwords.
Python
59
star
42

Entropy

Entropy is a (prototype) WAF driven by maths.
Python
53
star
43

fonetic-go

golang implementation of fonetic (https://github.com/s0md3v/fonetic)
Go
38
star
44

meta

Explains and tests HTTP response headers
Python
38
star
45

fonetic

assess pronounciblity of text
Python
32
star
46

shades

Shell
27
star
47

wl

convert case style of words
Go
19
star
48

s0md3v.github.io

my personal blog
SCSS
12
star
49

s0md3v

8
star
50

.github

my default .github files
5
star
51

BG3-Mutant

Mod for Baldur's Gate 3 that adds a Mutant class to the game.
2
star