mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
added description for --flush-session option
This commit is contained in:
parent
58d54b6515
commit
5334a40451
|
@ -621,6 +621,7 @@ Options:
|
||||||
|
|
||||||
Miscellaneous:
|
Miscellaneous:
|
||||||
-s SESSIONFILE Save and resume all data retrieved on a session file
|
-s SESSIONFILE Save and resume all data retrieved on a session file
|
||||||
|
--flush-session Flush session file for current target
|
||||||
--eta Display for each output the estimated time of arrival
|
--eta Display for each output the estimated time of arrival
|
||||||
--gpage=GOOGLEPAGE Use google dork results from specified page number
|
--gpage=GOOGLEPAGE Use google dork results from specified page number
|
||||||
--update Update sqlmap
|
--update Update sqlmap
|
||||||
|
@ -5264,6 +5265,19 @@ banner: 'PostgreSQL 8.3.5 on i486-pc-linux-gnu, compiled by GCC gcc-4.3.real
|
||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
|
|
||||||
|
|
||||||
|
<sect2>Flush session file for current target
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Option: <tt>-</tt><tt>-flush-session</tt>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
As you are already familiar with the concept of a session file from description
|
||||||
|
of option <tt>-s</tt>, it's good to know that you can flush the content of that
|
||||||
|
same file using option <tt>-</tt><tt>-flush-session</tt>. In that way you can
|
||||||
|
avoid caching mechanisms implemented in sqlmap. Other possible way is the
|
||||||
|
manual removing of session file(s) from output directory.
|
||||||
|
|
||||||
|
|
||||||
<sect2>Estimated time of arrival
|
<sect2>Estimated time of arrival
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user