mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-20 05:19:02 +00:00
implementing a --page-rank switch as requested by l0rda@l0rda.biz
This commit is contained in:
@@ -514,11 +514,15 @@ cleanup = False
|
||||
# Valid: True or False
|
||||
forms = False
|
||||
|
||||
# Use google dork results from specified page number.
|
||||
# Use Google dork results from specified page number.
|
||||
# Valid: integer
|
||||
# Default: 1
|
||||
googlePage = 1
|
||||
|
||||
# Display page rank (PR) for Google dork results.
|
||||
# Valid: True or False
|
||||
pageRank = False
|
||||
|
||||
# Parse DBMS error messages from response pages.
|
||||
# Valid: True or False
|
||||
parseErrors = False
|
||||
|
||||
Reference in New Issue
Block a user