Deprecate sqlmap update code, will use pysvn to update from latest development version from subversion repository.

This commit is contained in:
Bernardo Damele
2010-01-13 14:52:23 +00:00
parent 9c9988c375
commit 50bbb0cf8a
3 changed files with 4 additions and 131 deletions

View File

@@ -395,10 +395,10 @@ def cmdLineParser():
"estimated time of arrival")
miscellaneous.add_option("--gpage", dest="googlePage", type="int",
help="Use google dork results from specified page number")
help="Use google dork results from specified page number")
miscellaneous.add_option("--update", dest="updateAll", action="store_true",
help="Update sqlmap to the latest stable version")
help="Update Microsoft SQL Server XML signature file")
miscellaneous.add_option("--save", dest="saveCmdline", action="store_true",
help="Save options on a configuration INI file")