Document that sqlmap is available from PyPI

This commit is contained in:
tristanlatr 2026-02-17 15:48:05 -05:00 committed by GitHub
parent 5a097c74c0
commit 0c3f6f5884
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,10 @@ Preferably, you can download sqlmap by cloning the [Git](https://github.com/sqlm
sqlmap works out of the box with [Python](https://www.python.org/download/) version **2.7** and **3.x** on any platform.
You can also use ``pip`` to install and/or upgrade the sqlmap to latest (monthly) tagged version with: ::
pip install --upgrade sqlmap
Usage
----