mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-24 10:33:47 +03:00
Updated FAQ (markdown)
parent
c4e1c56005
commit
3e7699f54c
4
FAQ.md
4
FAQ.md
|
@ -16,9 +16,9 @@ You can also see the detailed help message typing:
|
||||||
|
|
||||||
If you are running on a Windows system type the following command from a terminal:
|
If you are running on a Windows system type the following command from a terminal:
|
||||||
|
|
||||||
C:\Python27\python.exe sqlmap.py -h
|
C:\PythonXX\python.exe sqlmap.py -h
|
||||||
|
|
||||||
Where `C:\Python27` is the path where you installed [Python](http://www.python.org) **>= 2.6** and **< 3.0**.
|
Where `C:\PythonXX` is the path where you installed [Python](http://www.python.org) **2.6**, **2.7** or **3.x**.
|
||||||
|
|
||||||
## Can I integrate sqlmap with a security tool I am developing?
|
## Can I integrate sqlmap with a security tool I am developing?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user