From 72555f3b283756cb8f5a098de547a202dd9f2423 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Wed, 6 Apr 2011 08:21:13 +0000 Subject: [PATCH] user's manual updated.. we are getting close to 0.9 stable, stay tuned! --- doc/README.html | 409 +++++++++++++++++++++++++++++++++--------------- doc/README.pdf | Bin 371724 -> 382694 bytes doc/README.sgml | 404 ++++++++++++++++++++++++++++++++--------------- 3 files changed, 566 insertions(+), 247 deletions(-) diff --git a/doc/README.html b/doc/README.html index 0c2b0824d..9cdee4ea2 100644 --- a/doc/README.html +++ b/doc/README.html @@ -9,7 +9,7 @@

by Bernardo Damele A. G., -Miroslav Stampar

version 0.9, March 10, 2011 +Miroslav Stamparversion 0.9, April XX, 2011
This document is the user's manual to use sqlmap. @@ -95,7 +95,8 @@ on the operating system via out-of-band connections.

Python, a dynamic object-oriented interpreted programming language. This makes the tool independent from the operating system. It only -requires the Python interpreter version equal or higher than 2.6. +requires the Python interpreter version 2 equal or higher than +2.6. The interpreter is freely downloadable from its official site. To make it even easier, many GNU/Linux distributions come out of the box @@ -110,9 +111,9 @@ features. You need to grab a copy of it from the page - the required version is 3.5 or higher. For the ICMP tunneling out-of-band takeover technique, sqlmap requires Impacket library too.

-

If you are willing to connect directly to a database server (-d switch), without passing -via a web application, you need to install Python bindings for the database -management system that you are going to attack:

+

If you are willing to connect directly to a database server (-d switch), +without passing via a web application, you need to install Python bindings +for the database management system that you are going to attack: