mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
implemented --mobile switch
This commit is contained in:
parent
b299912de4
commit
11124b21f9
5 changed files with 55 additions and 18 deletions
|
|
@ -497,6 +497,10 @@ def cmdLineParser():
|
|||
miscellaneous.add_option("--gpage", dest="googlePage", type="int",
|
||||
help="Use Google dork results from specified page number")
|
||||
|
||||
miscellaneous.add_option("--mobile", dest="mobile",
|
||||
action="store_true", default=False,
|
||||
help="Imitate smartphone through HTTP User-Agent header")
|
||||
|
||||
miscellaneous.add_option("--page-rank", dest="pageRank",
|
||||
action="store_true", default=False,
|
||||
help="Display page rank (PR) for Google dork results")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue