mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-27 04:13:45 +03:00
546 B
546 B
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
You can update it at any time to the latest development version by running:
python sqlmap.py --update
or:
git pull