mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
implemented --mobile switch
This commit is contained in:
parent
b299912de4
commit
11124b21f9
5 changed files with 55 additions and 18 deletions
|
|
@ -538,6 +538,10 @@ forms = False
|
|||
# Default: 1
|
||||
googlePage = 1
|
||||
|
||||
# Imitate smartphone through HTTP User-Agent header.
|
||||
# Valid: True or False
|
||||
mobile = False
|
||||
|
||||
# Display page rank (PR) for Google dork results.
|
||||
# Valid: True or False
|
||||
pageRank = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue