mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
fixed typo that created an invalid configuration file with the option '--save'
This commit is contained in:
parent
0664e72bea
commit
1675386093
|
@ -76,7 +76,7 @@ optDict = {
|
|||
"level": "integer",
|
||||
"risk": "integer",
|
||||
"string": "string",
|
||||
"notString": "notString",
|
||||
"notString": "string",
|
||||
"regexp": "string",
|
||||
"code": "integer",
|
||||
"textOnly": "boolean",
|
||||
|
|
Loading…
Reference in New Issue
Block a user