mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Hide switch -x (XML output format) as it is incomplete and bugged and won't make it for 0.9 stable
This commit is contained in:
parent
60605b6e7c
commit
6e8ebd35f4
4 changed files with 11 additions and 14 deletions
|
|
@ -478,15 +478,12 @@ regType =
|
|||
# These options can be used to set some general working parameters.
|
||||
[General]
|
||||
|
||||
# Dump the data into an XML file.
|
||||
xmlFile =
|
||||
# Log all HTTP traffic into a textual file.
|
||||
trafficFile =
|
||||
|
||||
# Save and resume all data retrieved on a session file.
|
||||
sessionFile =
|
||||
|
||||
# Log all HTTP traffic into a textual file.
|
||||
trafficFile =
|
||||
|
||||
# Flush session file for current target.
|
||||
# Valid: True or False
|
||||
flushSession = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue