diff --git a/doc/README.html b/doc/README.html index 8031c61ae..0440a5959 100644 --- a/doc/README.html +++ b/doc/README.html @@ -58,15 +58,16 @@ for the latest version.
sqlmap is an automatic
-SQL injection tool. Its goal is to detect and take advantage of
-SQL injection vulnerabilities on web applications. Once it detects one or
-more SQL injections on the target host, the user can choose among a
-variety of options to perform an extensive back-end database management
-system fingerprint, retrieve DBMS session user and database, enumerate
-users, password hashes, privileges, databases, dump entire or user's
-specific DBMS tables/columns, run his own SQL SELECT statement,
-read specific files on the file system and much more.
sqlmap is an open source command-line automatic +SQL injection +tool. +Its goal is to detect and take advantage of SQL injection vulnerabilities +in web applications. Once it detects one or more SQL injections on the +target host, the user can choose among a variety of options to perform an +extensive back-end database management system fingerprint, retrieve DBMS +session user and database, enumerate users, password hashes, privileges, +databases, dump entire or user's specific DBMS tables/columns, run his own +SQL statement, read specific files on the file system and more.
The SQL shell option gives you access to run your own SQL SELECT
-statement interactively, like a SQL console logged into the back-end
-database management system.
+
The SQL shell option gives you access to run your own SQL statement +interactively, like a SQL console logged into the back-end database +management system. This feature has TAB completion and history support.
Example of history support on a PostgreSQL 8.3.5 target:
diff --git a/doc/README.pdf b/doc/README.pdf index 18221bc20..341d69685 100644 Binary files a/doc/README.pdf and b/doc/README.pdf differ diff --git a/doc/README.sgml b/doc/README.sgml index 555d23c69..331ecef4b 100644 --- a/doc/README.sgml +++ b/doc/README.sgml @@ -16,15 +16,16 @@ for the latest version.
-sqlmap is an automatic
-The SQL shell option gives you access to run your own SQL SELECT
-statement interactively, like a SQL console logged into the back-end
-database management system.
+The SQL shell option gives you access to run your own SQL statement
+interactively, like a SQL console logged into the back-end database
+management system.
This feature has TAB completion and history support.