6 Download and update
Miroslav Stampar edited this page 2020-03-26 14:43:31 +01:00

Download and update

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

Alternatively, you can retrieve the latest (monthly) package from the PyPI repository:

pip install --upgrade sqlmap

You can update sqlmap at any time to the latest development version by running:

python sqlmap.py --update

or:

git pull