mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 11:33:47 +03:00
Merge pull request #269 from redshark1802/master
fixed typo, wrong datatype for the option 'notString'
This commit is contained in:
commit
da97cc085e
|
@ -76,7 +76,7 @@ optDict = {
|
||||||
"level": "integer",
|
"level": "integer",
|
||||||
"risk": "integer",
|
"risk": "integer",
|
||||||
"string": "string",
|
"string": "string",
|
||||||
"notString": "notString",
|
"notString": "string",
|
||||||
"regexp": "string",
|
"regexp": "string",
|
||||||
"code": "integer",
|
"code": "integer",
|
||||||
"textOnly": "boolean",
|
"textOnly": "boolean",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user