mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
introduction of --fresh-queries
This commit is contained in:
parent
762397854e
commit
ecbbfeba6e
4 changed files with 10 additions and 1 deletions
|
|
@ -484,6 +484,10 @@ sessionFile =
|
|||
# Valid: True or False
|
||||
flushSession = False
|
||||
|
||||
# Ignores query results stored in session file.
|
||||
# Valid: True or False
|
||||
freshQueries = False
|
||||
|
||||
# Retrieve each query output length and calculate the estimated time of
|
||||
# arrival in real time.
|
||||
# Valid: True or False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue