Sqlmap

Automatic SQL injection and database takeover tool
Alternatives To Sqlmap
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Tidb34,18568101a day ago1,289April 07, 20224,039apache-2.0Go
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
Metabase32,667
a day ago1June 08, 20223,049otherClojure
The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum:
Dbeaver32,313
a day ago1,750apache-2.0Java
Free universal database tool and SQL client
Cockroach27,2605022a day ago248August 06, 20216,607otherGo
CockroachDB - the open source, cloud-native distributed SQL database.
Sqlmap27,229
3 days ago1February 27, 201858otherPython
Automatic SQL injection and database takeover tool
Directus21,82250a day ago55September 22, 2022221otherTypeScript
The Modern Data Stack 🐰 — Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database.
Tdengine21,4211a day ago12April 14, 20221,032agpl-3.0C
TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps.
Surrealdb20,733
a day ago35December 14, 2021228otherRust
A scalable, distributed, collaborative, document-graph database, for the realtime web
Postgrest20,635
42 days ago37July 12, 2022207mitHaskell
REST API for any Postgres database
Shardingsphere18,4698a day ago7June 04, 2020742apache-2.0Java
Ecosystem to transform any database into a distributed database system, and enhance it with sharding, elastic scaling, encryption features & more
Alternatives To Sqlmap
Select To Compare


Alternative Project Comparisons
Readme

sqlmap

.github/workflows/tests.yml Python 2.6|2.7|3.x License Twitter

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.

Screenshots

Screenshot

You can visit the collection of screenshots demonstrating some of the features on the wiki.

Installation

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.

Usage

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.

Links

Translations

Popular Database Projects
Popular Sql Projects
Popular Data Storage Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Database
Sql
Screenshot
Switch
Exploitation
Penetration Testing
Sql Injection
Vulnerability Scanner