mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Another minor update
This commit is contained in:
parent
08fbfda5d2
commit
16866119b8
3 changed files with 34 additions and 34 deletions
|
|
@ -38,6 +38,10 @@ optDict = {
|
|||
"proxy": "string",
|
||||
"pCred": "string",
|
||||
"ignoreProxy": "boolean",
|
||||
"tor": "boolean",
|
||||
"torPort": "integer",
|
||||
"torType": "string",
|
||||
"checkTor": "boolean",
|
||||
"delay": "float",
|
||||
"timeout": "float",
|
||||
"retries": "integer",
|
||||
|
|
@ -173,7 +177,6 @@ optDict = {
|
|||
"trafficFile": "string",
|
||||
"batch": "boolean",
|
||||
"charset": "string",
|
||||
"checkTor": "boolean",
|
||||
"crawlDepth": "integer",
|
||||
"csvDel": "string",
|
||||
"dumpFormat": "string",
|
||||
|
|
@ -187,9 +190,6 @@ optDict = {
|
|||
"pivotColumn": "string",
|
||||
"saveCmdline": "boolean",
|
||||
"updateAll": "boolean",
|
||||
"tor": "boolean",
|
||||
"torPort": "integer",
|
||||
"torType": "string",
|
||||
},
|
||||
|
||||
"Miscellaneous": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue