mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-10 02:14:17 +01:00
Merge pull request #269 from redshark1802/master
fixed typo, wrong datatype for the option 'notString'
This commit is contained in:
commit
da97cc085e
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ optDict = {
|
|||
"level": "integer",
|
||||
"risk": "integer",
|
||||
"string": "string",
|
||||
"notString": "notString",
|
||||
"notString": "string",
|
||||
"regexp": "string",
|
||||
"code": "integer",
|
||||
"textOnly": "boolean",
|
||||
|
|
|
|||
Loading…
Reference in a new issue