mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
minor fix
This commit is contained in:
parent
ff090b0111
commit
804629832d
|
@ -73,7 +73,7 @@ optDict = {
|
||||||
"risk": "integer",
|
"risk": "integer",
|
||||||
"string": "string",
|
"string": "string",
|
||||||
"regexp": "string",
|
"regexp": "string",
|
||||||
"code": "string",
|
"code": "integer",
|
||||||
"textOnly": "boolean",
|
"textOnly": "boolean",
|
||||||
"titles": "boolean"
|
"titles": "boolean"
|
||||||
},
|
},
|
||||||
|
|
|
@ -234,10 +234,10 @@ string =
|
||||||
regexp =
|
regexp =
|
||||||
|
|
||||||
# HTTP response code to match when the query is valid
|
# HTTP response code to match when the query is valid
|
||||||
# Valid: True or False
|
# Valid: Integer
|
||||||
# Example: 200 (assuming any False statement returns a different response
|
# Example: 200 (assuming any False statement returns a different response
|
||||||
# code)
|
# code)
|
||||||
code =
|
# code =
|
||||||
|
|
||||||
# Compare pages based only on the textual content
|
# Compare pages based only on the textual content
|
||||||
# Valid: True or False
|
# Valid: True or False
|
||||||
|
@ -578,7 +578,8 @@ replicate = False
|
||||||
tor = False
|
tor = False
|
||||||
|
|
||||||
# Set Tor proxy port other than default
|
# Set Tor proxy port other than default
|
||||||
torPort =
|
# Valid: integer
|
||||||
|
# torPort =
|
||||||
|
|
||||||
# Set Tor proxy type.
|
# Set Tor proxy type.
|
||||||
# Valid: HTTP, SOCKS4, SOCKS5
|
# Valid: HTTP, SOCKS4, SOCKS5
|
||||||
|
|
Loading…
Reference in New Issue
Block a user