From 5334a40451305869e5868f6dc78c5bf0cb04d7b4 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 4 Mar 2010 13:17:11 +0000 Subject: [PATCH] added description for --flush-session option --- doc/README.sgml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/README.sgml b/doc/README.sgml index cc9d959b8..5b0b3fddc 100644 --- a/doc/README.sgml +++ b/doc/README.sgml @@ -621,6 +621,7 @@ Options: Miscellaneous: -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 --gpage=GOOGLEPAGE Use google dork results from specified page number --update Update sqlmap @@ -5264,6 +5265,19 @@ banner: 'PostgreSQL 8.3.5 on i486-pc-linux-gnu, compiled by GCC gcc-4.3.real +Flush session file for current target + +

+Option: --flush-session + +

+As you are already familiar with the concept of a session file from description +of option -s, it's good to know that you can flush the content of that +same file using option --flush-session. 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. + + Estimated time of arrival