From 9022dcb127b7f71e6b2e2a9d2d0c5c53c8221037 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 28 Mar 2025 09:58:55 +0100 Subject: [PATCH] Fix related to the #5878 --- Dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dependencies.md b/Dependencies.md index 1949fe2..f62cf3f 100644 --- a/Dependencies.md +++ b/Dependencies.md @@ -1,6 +1,6 @@ # Dependencies -sqlmap is developed in [Python](http://www.python.org), a dynamic, object-oriented, interpreted programming language freely available from [http://python.org/download/](http://python.org/download/). This makes sqlmap a cross-platform application which is independant of the operating system. sqlmap requires Python version **2.6**, **2.7** or **3.x**. To make it even easier, many GNU/Linux distributions come out of the box with Python installed. Other Unixes and Mac OSX also provide Python packaged and ready to be installed. Windows users can download and install the Python installer for x86, AMD64 and Itanium. +sqlmap is developed in [Python](http://www.python.org), a dynamic, object-oriented, interpreted programming language freely available from [http://python.org/download/](http://python.org/download/). This makes sqlmap a cross-platform application which is independent of the operating system. sqlmap requires Python version **2.6**, **2.7** or **3.x**. To make it even easier, many GNU/Linux distributions come out of the box with Python installed. Other Unixes and Mac OSX also provide Python packaged and ready to be installed. Windows users can download and install the Python installer for x86, AMD64 and Itanium. sqlmap relies on the [Metasploit Framework](http://metasploit.com) for some of its post-exploitation takeover features. You can grab a copy of the framework from the [download](http://metasploit.com/download/) page - the required version is **3.5** or higher. For the ICMP tunneling out-of-band takeover technique, sqlmap requires the [Impacket](https://code.google.com/p/impacket/) library too.