adding option --csv-del

This commit is contained in:
Miroslav Stampar
2011-11-30 17:39:41 +00:00
parent 02bd9a54f3
commit 71c46f50aa
7 changed files with 24 additions and 19 deletions

View File

@@ -533,11 +533,19 @@ batch = False
# Force character encoding used for data retrieval.
charset =
# Check to see if Tor is used properly
# Valid: True or False
checkTor = False
# Crawl the website starting from the target url
# Valid: integer
# Default: 0
crawlDepth = 0
# Delimiting character used in CSV output.
# Default: ,
csvDel = ,
# Retrieve each query output length and calculate the estimated time of
# arrival in real time.
# Valid: True or False
@@ -567,10 +575,6 @@ replicate = False
# Valid: True or False
tor = False
# Check to see if Tor is used properly
# Valid: True or False
checkTor = False
# Update sqlmap.
# Valid: True or False
updateAll = False