mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-20 05:19:02 +00:00
Added --code switch to match in boolean-based tests against the HTTP response code
This commit is contained in:
10
sqlmap.conf
10
sqlmap.conf
@@ -204,12 +204,12 @@ level = 1
|
||||
# Default: 1
|
||||
risk = 1
|
||||
|
||||
# String to match within the page content when the query is valid, only
|
||||
# String to match within the raw response when the query is valid, only
|
||||
# needed if the page content dynamically changes at each refresh.
|
||||
# Refer to the user's manual for further details.
|
||||
string =
|
||||
|
||||
# Regular expression to match within the page content when the query is
|
||||
# Regular expression to match within the raw response when the query is
|
||||
# valid, only needed if the needed if the page content dynamically changes
|
||||
# at each refresh.
|
||||
# Refer to the user's manual for further details.
|
||||
@@ -217,6 +217,12 @@ string =
|
||||
# (http://www.python.org/doc/2.5.2/lib/re-syntax.html)
|
||||
regexp =
|
||||
|
||||
# HTTP response code to match when the query is valid
|
||||
# Valid: True or False
|
||||
# Example: 200 (assuming any False statement returns a different response
|
||||
# code)
|
||||
code =
|
||||
|
||||
# Compare pages based only on the textual content
|
||||
# Valid: True or False
|
||||
textOnly = False
|
||||
|
||||
Reference in New Issue
Block a user