Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
DBScanner — 未授权访问+弱口令批量检测 | Kitploit
Tools/GitHubGitHub/ianxtianxt/dbscanner
Vulnerability ScannersNetwork MappingPassword AttacksInformation GatheringMisconfigurationDatabase Security
GitHubianxtianxt/dbscanner

DBScanner

未授权访问+弱口令批量检测

View Repository
5106 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

DBScanner

Unauthorized access + weak password batch detection Automatically scan common SQL and No-SQL database scripts on the internal network (mysql, mssql, oracle, postgresql, redis, mongodb, memcached, elasticsearch), including unauthorized access and common weak password detection

Runs in a Python 2 environment

pip install IPy

pip install gevent

pip install mysql-python

/* If you encounter WARNING: You are using pip version 19.2.3, however version 19.3 is available

python -m pip install -U pip

Download https://stackoverflow.com/questions/21440230/install-mysql-python-windows

Then, run pip install mysqlclient; if it reports an error, please run pip install mysqlclient==1.3.4 to install a lower version of mysqlclient

*/

pip install cx_Oracle

pip install pymongo

pip install psycopg2

When scanning an entire C-class subnet, the last octet of the IP address must be 0, otherwise an error will be reported python dbscan.py 192.168.50.0/24

Download Tool