Minor updates

This commit is contained in:
Bernardo Damele 2011-04-08 10:25:37 +00:00
parent bcc4c52cf7
commit 1be7f859c6

View File

@ -1412,7 +1412,8 @@ Switch: <tt>-</tt><tt>-keep-alive</tt>
<p> <p>
This switch instructs sqlmap to use persistent HTTP(s) connections. This switch instructs sqlmap to use persistent HTTP(s) connections.
Note that this switch is incompatible with <tt>-</tt><tt>-proxy</tt> switch. Note that this switch is incompatible with <tt>-</tt><tt>-proxy</tt>
switch.
<sect2>HTTP NULL connection <sect2>HTTP NULL connection
@ -1775,10 +1776,10 @@ This way the distinction will be based upon string presence or regular
expression match. expression match.
<p> <p>
In cases with lot of active (e.g. scripts, embeds,...) content inside In cases with lot of active (e.g. scripts, embeds, etc.) content in the
you can filter pages (<tt>-</tt><tt>-text-only</tt> switch) just for HTTP responses' body, you can filter pages (<tt>-</tt><tt>-text-only</tt>
their textual content. This way, in major number of cases, you can switch) just for their textual content. This way, in a good number of
automatically tune detection engine. cases, you can automatically tune the detection engine.
<sect1>Techniques <sect1>Techniques
@ -2373,7 +2374,7 @@ of the following categories:
<item>The database management system is MySQL <bf>&lt; 5.0</bf> where <item>The database management system is MySQL <bf>&lt; 5.0</bf> where
<tt>information_schema</tt> is not available. <tt>information_schema</tt> is not available.
<item>The database management system is Microsoft Access and system table <item>The database management system is Microsoft Access and system table
<tt>MSysObjects</tt> is not readable. <tt>MSysObjects</tt> is not readable - vanilla setting.
<item>The session user does not have read privileges against the system <item>The session user does not have read privileges against the system
table storing the scheme of the databases. table storing the scheme of the databases.
</itemize> </itemize>