mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-24 19:12:02 +03:00
554 B
554 B
Download and update
You can download the latest tarball by clicking here.
Preferably, you can download sqlmap by cloning the Git repository:
$ git clone 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
This is strongly recommended before reporting any bug to the mailing list.