mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Implements #3971
This commit is contained in:
parent
fd8028bb18
commit
ab2cae3957
5 changed files with 19 additions and 4 deletions
|
|
@ -734,6 +734,9 @@ def cmdLineParser(argv=None):
|
|||
miscellaneous.add_argument("--tmp-dir", dest="tmpDir",
|
||||
help="Local directory for storing temporary files")
|
||||
|
||||
miscellaneous.add_argument("--unstable", dest="unstable", action="store_true",
|
||||
help="Adjust options for unstable connections")
|
||||
|
||||
miscellaneous.add_argument("--update", dest="updateAll", action="store_true",
|
||||
help="Update sqlmap")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue