Automatic SQL injection and database takeover tool
Go to file
Miroslav Stampar 7ed05f01b3 Minor update
2013-10-27 00:24:57 +02:00
doc updated doc 2013-04-30 11:53:52 +01:00
extra Removing dependency for bz2 as there are some reported problems with the library on non-standard platforms 2013-10-02 20:32:18 +02:00
lib Minor update 2013-10-27 00:24:57 +02:00
plugins Minor fix 2013-10-18 15:59:25 +02:00
procs Fix for an Issue #333 2013-01-11 14:09:30 +01:00
shell Removing dependency for bz2 as there are some reported problems with the library on non-standard platforms 2013-10-02 20:32:18 +02:00
tamper Minor fix 2013-09-21 12:24:49 +02:00
thirdparty Fix for a socks module - proper unwrapmodule (Issue #58) 2013-08-20 19:48:03 +02:00
txt adding more words at site:id common-columns 2013-10-07 10:26:16 +07:00
udf cleanup to README files 2012-07-17 00:32:32 +01:00
waf Adding a new WAF script 2013-07-18 16:17:28 +02:00
xml NVARCHAR is not supported on Sybase Adaptive Server 2013-10-18 12:23:50 +01:00
.gitattributes Minor update 2012-12-27 15:14:40 +01:00
.gitignore Trivial update 2012-12-26 17:15:59 +01:00
CONTRIBUTING.md minor update 2013-10-07 11:39:23 +01:00
README.md minor update 2013-05-28 10:53:43 +02:00
sqlmap.conf Fix (we are not using certificate but PEM private key file in this particular authentication; also, auxiliary cert_file is holding certificate chain that is ignored by python itself) 2013-09-11 23:17:18 +02:00
sqlmap.py Fix for an Issue #495 2013-07-27 11:20:43 +02:00
sqlmapapi.py Update for an Issue #405 (fix for persistent options problem) 2013-07-10 16:57:44 +02:00

sqlmap

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.

Screenshots

Screenshot

You can visit the collection of screenshots demonstrating some of 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 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev

sqlmap works out of the box with Python version '''2.6.x''' and '''2.7.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 sample runs here. 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.