Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


SQLMate filter_list
Author
Message
SQLMate #1
[Image: 68747470733a2f2f692e696d6775722e636f6d2f...706e67.png]

Tool: SQLMate

Description:
"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."

Installation:
Spoiler:
Code:
git clone https://github.com/UltimateHackers/sqlmate
Code:
cd sqlmate
Code:
pip install -r requirements.txt
Code:
python sqlmate


Features:
  • 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.
Available command line options:
Code:
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)
Video:
Spoiler:



Let me know what you think of my first tool review! Thanks.
(This post was last modified: 10-30-2017, 02:39 PM by Synthx.)
[Image: ezgif_com_gif_maker.gif]
#yellowheartsforsarah

Reply

RE: SQLMate #2
It's pretty cool! Glws!
20 charssss
[Image: hJkWWcF.png]

Reply

RE: SQLMate #3
(10-30-2017, 02:42 PM)Shin Wrote: 20 charssss

What?
[Image: ezgif_com_gif_maker.gif]
#yellowheartsforsarah

Reply







Users browsing this thread: