mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
asking and skipping to the next google result page if no usable links found
This commit is contained in:
parent
1c633b7351
commit
4eeeb3655e
2 changed files with 32 additions and 20 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue