mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-27 20:33:47 +03:00
19 lines
708 B
Markdown
19 lines
708 B
Markdown
# Download and update
|
|
|
|
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).
|
|
|
|
Preferably, you can download sqlmap by cloning the [Git](https://github.com/sqlmapproject/sqlmap) repository:
|
|
|
|
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
|
|
|
|
Alternatively, you can retrieve the latest (monthly) package from the [PyPI](https://pypi.org/project/sqlmap/) 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 |