We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5cabd commit 3794c3cCopy full SHA for 3794c3c
1 file changed
README.md
@@ -11,15 +11,15 @@ Preferably, you can download sqlmap by cloning the Git repository:
11
12
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
13
14
-sqlmap should work out of the box with [Python](http://www.python.org/download/) version 2.6.x or 2.7.x.
+sqlmap should work out of the box with [Python](http://www.python.org/download/) version 2.6.x or 2.7.x on any platform.
15
16
Usage
17
---
18
-To get a list of basic options use:
+To get a list of basic options and switches use:
19
20
python sqlmap.py -h
21
22
-To get a list of all options use:
+To get a list of all options and switches use:
23
24
python sqlmap.py -hh
25
0 commit comments