mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor bug fix (#297)
This commit is contained in:
parent
7adaffa71b
commit
912323c12d
2 changed files with 10 additions and 3 deletions
|
|
@ -209,4 +209,13 @@ optDict = {
|
|||
"wizard": "boolean",
|
||||
"verbose": "integer"
|
||||
},
|
||||
"Hidden": {
|
||||
"profile": "boolean",
|
||||
"cpuThrottle": "integer",
|
||||
"forceDns": "boolean",
|
||||
"smokeTest": "boolean",
|
||||
"liveTest": "boolean",
|
||||
"stopFail": "boolean",
|
||||
"runCase": "string"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue