This commit is contained in:
tristanlatr 2026-04-24 22:38:18 +06:00 committed by GitHub
commit db1ce69856
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
----