mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-20 05:19:02 +00:00
Minor language fixes
This commit is contained in:
10
sqlmap.conf
10
sqlmap.conf
@@ -238,20 +238,20 @@ level = 1
|
||||
# Default: 1
|
||||
risk = 1
|
||||
|
||||
# String to match within the raw response when the query is valid, only
|
||||
# needed if the page content dynamically changes at each refresh.
|
||||
# String to match within the raw response when the query is evaluated to
|
||||
# True, 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 raw response when the query is
|
||||
# valid, only needed if the needed if the page content dynamically changes
|
||||
# at each refresh.
|
||||
# evaluated to True, only needed if the needed if the page content
|
||||
# dynamically changes at each refresh.
|
||||
# Refer to the user's manual for further details.
|
||||
# Valid: regular expression with Python syntax
|
||||
# (http://www.python.org/doc/2.5.2/lib/re-syntax.html)
|
||||
regexp =
|
||||
|
||||
# HTTP response code to match when the query is valid.
|
||||
# HTTP response code to match when the query is True.
|
||||
# Valid: Integer
|
||||
# Example: 200 (assuming any False statement returns a different response
|
||||
# code)
|
||||
|
||||
Reference in New Issue
Block a user