SIGN IN SIGN UP
sqlmapproject / sqlmap UNCLAIMED

Automatic SQL injection and database takeover tool

36950 0 0 Python
2019-10-23 15:35:44 +02:00
# sqlmap ![](https://i.imgur.com/fe85aVR.png)
2016-02-29 00:49:45 +01:00
2025-05-08 22:45:18 +02:00
[![.github/workflows/tests.yml](https://github.com/sqlmapproject/sqlmap/actions/workflows/tests.yml/badge.svg)](https://github.com/sqlmapproject/sqlmap/actions/workflows/tests.yml) [![Python 2.6|2.7|3.x](https://img.shields.io/badge/python-2.6|2.7|3.x-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE) [![x](https://img.shields.io/badge/x-@sqlmap-blue.svg)](https://x.com/sqlmap)
2014-07-02 21:23:25 -03:00
2019-10-31 02:37:33 -05:00
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.
2012-06-27 10:12:48 +01:00
2013-05-28 10:53:43 +02:00
Screenshots
----
2013-04-29 12:14:48 +03:00
![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png)
2019-10-31 02:37:33 -05:00
You can visit the [collection of screenshots](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) demonstrating some of the features on the wiki.
2013-05-28 10:53:43 +02:00
2013-05-28 10:49:24 +02:00
Installation
----
2013-04-04 18:05:04 +03:00
You can download the latest tarball by clicking [here](https://github.com/sqlmapproject/sqlmap/tarball/master) or latest zipball by clicking [here](https://github.com/sqlmapproject/sqlmap/zipball/master).
2013-05-28 10:48:09 +02:00
Preferably, you can download sqlmap by cloning the [Git](https://github.com/sqlmapproject/sqlmap) repository:
2013-04-04 18:05:04 +03:00
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
2013-04-04 18:05:04 +03:00
2021-10-31 10:50:21 +01:00
sqlmap works out of the box with [Python](https://www.python.org/download/) version **2.6**, **2.7** and **3.x** on any platform.
2013-05-28 10:48:09 +02:00
2013-05-28 10:49:24 +02:00
Usage
----
2013-04-04 18:05:04 +03:00
2013-04-04 18:08:36 +03:00
To get a list of basic options and switches use:
2013-04-04 18:05:04 +03:00
python sqlmap.py -h
2013-04-04 18:08:36 +03:00
To get a list of all options and switches use:
2013-04-04 18:05:04 +03:00
python sqlmap.py -hh
You can find a sample run [here](https://asciinema.org/a/46601).
2019-10-31 02:37:33 -05:00
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](https://github.com/sqlmapproject/sqlmap/wiki/Usage).
2013-04-04 18:05:04 +03:00
2013-05-28 10:49:24 +02:00
Links
----
2021-09-08 21:01:41 +02:00
* Homepage: https://sqlmap.org
2012-08-23 20:08:57 +03:00
* Download: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master)
2012-07-16 15:03:04 +01:00
* Commits RSS feed: https://github.com/sqlmapproject/sqlmap/commits/master.atom
* Issue tracker: https://github.com/sqlmapproject/sqlmap/issues
* User's manual: https://github.com/sqlmapproject/sqlmap/wiki
2013-05-28 10:48:09 +02:00
* Frequently Asked Questions (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ
2025-05-08 22:45:18 +02:00
* X: [@sqlmap](https://x.com/sqlmap)
2021-10-31 10:50:21 +01:00
* Demos: [https://www.youtube.com/user/inquisb/videos](https://www.youtube.com/user/inquisb/videos)
2013-05-28 10:53:43 +02:00
* Screenshots: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots
2014-05-07 09:29:01 +02:00
Translations
----
2017-06-02 00:50:00 +02:00
* [Bulgarian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-bg-BG.md)
2014-10-14 13:00:51 +02:00
* [Chinese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-zh-CN.md)
2014-10-14 09:32:01 +02:00
* [Croatian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-hr-HR.md)
2022-03-31 23:22:51 +02:00
* [Dutch](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-nl-NL.md)
2016-07-07 09:20:44 +02:00
* [French](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-fr-FR.md)
2022-05-13 20:13:02 +04:00
* [Georgian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ka-GE.md)
2023-10-22 11:13:17 +02:00
* [German](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-de-DE.md)
* [Greek](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-gr-GR.md)
2023-10-22 14:41:50 +05:30
* [Hindi](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-in-HI.md)
2014-07-07 21:11:40 +02:00
* [Indonesian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-id-ID.md)
2016-08-30 12:36:32 +02:00
* [Italian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-it-IT.md)
2016-05-27 23:03:59 +02:00
* [Japanese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ja-JP.md)
* [Korean](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ko-KR.md)
2024-08-26 00:52:18 +02:00
* [Kurdish (Central)](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ckb-KU.md)
2020-02-01 14:39:11 +01:00
* [Persian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-fa-IR.md)
2017-09-14 13:28:24 +02:00
* [Polish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-pl-PL.md)
* [Portuguese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-pt-BR.md)
2023-10-22 11:13:17 +02:00
* [Russian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ru-RU.md)
2021-06-08 14:04:03 +02:00
* [Serbian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-rs-RS.md)
* [Slovak](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-sk-SK.md)
* [Spanish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-es-MX.md)
2016-02-25 15:19:54 +02:00
* [Turkish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-tr-TR.md)
* [Ukrainian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-uk-UA.md)
2023-10-22 14:41:50 +05:30
* [Vietnamese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-vi-VN.md)