From 3e7699f54cc8286d2a1138d1c99a0cd90f49541f Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 14 Jun 2020 21:30:43 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index fa035e636..4679997c3 100644 --- a/FAQ.md +++ b/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: - 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?