This commit is contained in:
Miroslav Stampar
2019-10-23 14:41:14 +02:00
parent fd8028bb18
commit ab2cae3957
5 changed files with 19 additions and 4 deletions

View File

@@ -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")