You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2020. It is now read-only.
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).
30
30
31
-
Preferably, you can download sqlmap by cloning the [Git](https://github.com/sqlmapproject/sqlmap) repository:
31
+
* Usage in Windows (if not python exists in ADD_PATH) or Ubuntu, MacOS
sqlmap works out of the box with [Python](http://www.python.org/download/) version **3.x** on any platform.
36
40
37
41
Usage
38
42
----
39
43
40
-
* Usage in Windows (if not python exists in ADD_PATH)
44
+
* Usage in any platform (Windows: if not python exists in ADD_PATH)
41
45
42
46
To get a list of basic options and switches use:
43
47
@@ -50,15 +54,15 @@ To get a list of all options and switches use:
50
54
In Windows PowerShell:
51
55
52
56
python .\sqlmap.py
57
+
58
+
*Caution do not confuse python3 or python
53
59
54
60
You can find a sample run [here](https://asciinema.org/a/46601).
55
61
To get an overview of sqlmap capabilities, list of supported features and description of all options and switches, along with examples, you are advised to consult the [user's manual](https://github.com/sqlmapproject/sqlmap/wiki/Usage).
0 commit comments