|
| 1 | +# sqlmap |
| 2 | + |
| 3 | +[](https://api.travis-ci.org/sqlmapproject/sqlmap) [](https://www.python.org/) [](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/doc/COPYING) [](https://twitter.com/sqlmap) |
| 4 | + |
| 5 | +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 lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections. |
| 6 | + |
| 7 | +Screenshots |
| 8 | +---- |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | +You can visit the [collection of screenshots](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) demonstrating some of features on the wiki. |
| 13 | + |
| 14 | +Installation |
| 15 | +---- |
| 16 | + |
| 17 | +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). |
| 18 | + |
| 19 | +Preferably, you can download sqlmap by cloning the [Git](https://github.com/sqlmapproject/sqlmap) repository: |
| 20 | + |
| 21 | + git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev |
| 22 | + |
| 23 | +sqlmap works out of the box with [Python](http://www.python.org/download/) version **2.6.x** and **2.7.x** on any platform. |
| 24 | + |
| 25 | +Usage |
| 26 | +---- |
| 27 | + |
| 28 | +To get a list of basic options and switches use: |
| 29 | + |
| 30 | + python sqlmap.py -h |
| 31 | + |
| 32 | +To get a list of all options and switches use: |
| 33 | + |
| 34 | + python sqlmap.py -hh |
| 35 | + |
| 36 | +You can find a sample run [here](https://asciinema.org/a/46601). |
| 37 | +To get an overview of sqlmap capabilities, list of supported features and 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). |
| 38 | + |
| 39 | +Links |
| 40 | +---- |
| 41 | + |
| 42 | +* Homepage: http://sqlmap.org |
| 43 | +* Download: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) |
| 44 | +* Commits RSS feed: https://github.com/sqlmapproject/sqlmap/commits/master.atom |
| 45 | +* Issue tracker: https://github.com/sqlmapproject/sqlmap/issues |
| 46 | +* User's manual: https://github.com/sqlmapproject/sqlmap/wiki |
| 47 | +* Frequently Asked Questions (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ |
| 48 | +* Twitter: [@sqlmap](https://twitter.com/sqlmap) |
| 49 | +* Demos: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos) |
| 50 | +* Screenshots: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots |
| 51 | + |
| 52 | +Translations |
| 53 | +---- |
| 54 | + |
| 55 | +* [Bulgarian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-bg-BG.md) |
| 56 | +* [Chinese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-zh-CN.md) |
| 57 | +* [Croatian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-hr-HR.md) |
| 58 | +* [French](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-fr-FR.md) |
| 59 | +* [Greek](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-gr-GR.md) |
| 60 | +* [Indonesian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-id-ID.md) |
| 61 | +* [Italian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-it-IT.md) |
| 62 | +* [Japanese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ja-JP.md) |
| 63 | +* [Polish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-pl-PL.md) |
| 64 | +* [Portuguese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-pt-BR.md) |
| 65 | +* [Spanish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-es-MX.md) |
| 66 | +* [Turkish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-tr-TR.md) |
0 commit comments