Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5334a40

Browse files
committed
added description for --flush-session option
1 parent 58d54b6 commit 5334a40

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

doc/README.sgml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,7 @@ Options:
621621

622622
Miscellaneous:
623623
-s SESSIONFILE Save and resume all data retrieved on a session file
624+
--flush-session Flush session file for current target
624625
--eta Display for each output the estimated time of arrival
625626
--gpage=GOOGLEPAGE Use google dork results from specified page number
626627
--update Update sqlmap
@@ -5264,6 +5265,19 @@ banner: 'PostgreSQL 8.3.5 on i486-pc-linux-gnu, compiled by GCC gcc-4.3.real
52645265
</verb></tscreen>
52655266

52665267

5268+
<sect2>Flush session file for current target
5269+
5270+
<p>
5271+
Option: <tt>-</tt><tt>-flush-session</tt>
5272+
5273+
<p>
5274+
As you are already familiar with the concept of a session file from description
5275+
of option <tt>-s</tt>, it's good to know that you can flush the content of that
5276+
same file using option <tt>-</tt><tt>-flush-session</tt>. In that way you can
5277+
avoid caching mechanisms implemented in sqlmap. Other possible way is the
5278+
manual removing of session file(s) from output directory.
5279+
5280+
52675281
<sect2>Estimated time of arrival
52685282

52695283
<p>

0 commit comments

Comments
 (0)