asking and skipping to the next google result page if no usable links found

This commit is contained in:
Miroslav Stampar
2011-06-07 23:24:17 +00:00
parent 1c633b7351
commit 4eeeb3655e
2 changed files with 32 additions and 20 deletions

View File

@@ -503,7 +503,7 @@ def cmdLineParser():
action="store_true", default=False,
help="Parse and test forms on target url")
miscellaneous.add_option("--gpage", dest="googlePage", type="int",
miscellaneous.add_option("--gpage", dest="googlePage", default=1, type="int",
help="Use Google dork results from specified page number")
miscellaneous.add_option("--mobile", dest="mobile",