Minor fix of a doc

stamparm 2014-09-25 12:47:40 -07:00
parent 2fb9e982af
commit 05369e974a

@ -1609,18 +1609,6 @@ Option: `-s`
sqlmap automatically creates a persistent session SQLite file for each target, inside dedicated output directory, where it stores all data required for session resumal. If user wants to explicitly set the session file location (e.g. for storing of session data for multiple targets at one place) he can use this option.
### Log HTTP(S) traffic to a textual file
Option: `-t`
This switch requires an argument that specified the textual file to write all HTTP(s) traffic generated by sqlmap: HTTP(S) requests and HTTP(S) responses.
### Load session from a stored (.sqlite) file
Option: `-s`
sqlmap automatically creates a persistent session SQLite file for each target, inside dedicated output directory, where it stores all data required for session resumal. If user wants to explicitly set the session file location (e.g. for storing of session data for multiple targets at one place) he can use this option.
### Log HTTP(s) traffic to a textual file
Option: `-t`