mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
asking and skipping to the next google result page if no usable links found
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user