Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tidb | 34,185 | 68 | 101 | a day ago | 1,289 | April 07, 2022 | 4,039 | apache-2.0 | Go | |
TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://tidbcloud.com/free-trial | ||||||||||
Metabase | 32,667 | a day ago | 1 | June 08, 2022 | 3,049 | other | Clojure | |||
The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum: | ||||||||||
Dbeaver | 32,313 | a day ago | 1,750 | apache-2.0 | Java | |||||
Free universal database tool and SQL client | ||||||||||
Cockroach | 27,260 | 50 | 22 | a day ago | 248 | August 06, 2021 | 6,607 | other | Go | |
CockroachDB - the open source, cloud-native distributed SQL database. | ||||||||||
Sqlmap | 27,229 | 3 days ago | 1 | February 27, 2018 | 58 | other | Python | |||
Automatic SQL injection and database takeover tool | ||||||||||
Directus | 21,822 | 50 | a day ago | 55 | September 22, 2022 | 221 | other | TypeScript | ||
The Modern Data Stack 🐰 — Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database. | ||||||||||
Tdengine | 21,421 | 1 | a day ago | 12 | April 14, 2022 | 1,032 | agpl-3.0 | C | ||
TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. | ||||||||||
Surrealdb | 20,733 | a day ago | 35 | December 14, 2021 | 228 | other | Rust | |||
A scalable, distributed, collaborative, document-graph database, for the realtime web | ||||||||||
Postgrest | 20,635 | 4 | 2 days ago | 37 | July 12, 2022 | 207 | mit | Haskell | ||
REST API for any Postgres database | ||||||||||
Shardingsphere | 18,469 | 8 | a day ago | 7 | June 04, 2020 | 742 | apache-2.0 | Java | ||
Ecosystem to transform any database into a distributed database system, and enhance it with sharding, elastic scaling, encryption features & more |
sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester, and a broad range of switches including database fingerprinting, over data fetching from the database, accessing the underlying file system, and executing commands on the operating system via out-of-band connections.
You can visit the collection of screenshots demonstrating some of the features on the wiki.
You can download the latest tarball by clicking here or latest zipball by clicking here.
Preferably, you can download sqlmap by cloning the Git repository:
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
sqlmap works out of the box with Python version 2.6, 2.7 and 3.x on any platform.
To get a list of basic options and switches use:
python sqlmap.py -h
To get a list of all options and switches use:
python sqlmap.py -hh
You can find a sample run here. To get an overview of sqlmap capabilities, a list of supported features, and a description of all options and switches, along with examples, you are advised to consult the user's manual.