From d457fa45b91a3b0e3115bbe5638f11a517d8cc11 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 26 Dec 2025 00:21:01 +0100 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 4679997..5b6a485 100644 --- a/FAQ.md +++ b/FAQ.md @@ -18,7 +18,7 @@ If you are running on a Windows system type the following command from a termina C:\PythonXX\python.exe sqlmap.py -h -Where `C:\PythonXX` is the path where you installed [Python](http://www.python.org) **2.6**, **2.7** or **3.x**. +Where `C:\PythonXX` is the path where you installed [Python](http://www.python.org) **2.7** or **3.x**. ## Can I integrate sqlmap with a security tool I am developing?