Implementation of an Issue #149

This commit is contained in:
Miroslav Stampar
2012-08-15 22:31:25 +02:00
parent f358ab2e73
commit 1af81c0de4
5 changed files with 17 additions and 2 deletions

View File

@@ -619,6 +619,10 @@ def cmdLineParser():
action="store_true",
help="Check for missing sqlmap dependencies")
miscellaneous.add_option("--disable-coloring", dest="disableColoring",
action="store_true",
help="Disable console output coloring")
miscellaneous.add_option("--gpage", dest="googlePage", type="int",
help="Use Google dork results from specified page number")