mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
cosmetics
This commit is contained in:
parent
b9d9f18939
commit
cccb565859
3 changed files with 78 additions and 78 deletions
|
|
@ -21,17 +21,6 @@ optDict = {
|
|||
"configFile": "string"
|
||||
},
|
||||
|
||||
"General": {
|
||||
"xmlFile": "string",
|
||||
"sessionFile": "string",
|
||||
"trafficFile": "string",
|
||||
"flushSession": "boolean",
|
||||
"forms": "boolean",
|
||||
"eta": "boolean",
|
||||
"updateAll": "boolean",
|
||||
"batch": "boolean"
|
||||
},
|
||||
|
||||
"Request": {
|
||||
"method": "string",
|
||||
"data": "string",
|
||||
|
|
@ -162,6 +151,17 @@ optDict = {
|
|||
"regType": "string"
|
||||
},
|
||||
|
||||
"General": {
|
||||
"xmlFile": "string",
|
||||
"sessionFile": "string",
|
||||
"trafficFile": "string",
|
||||
"flushSession": "boolean",
|
||||
"forms": "boolean",
|
||||
"eta": "boolean",
|
||||
"updateAll": "boolean",
|
||||
"batch": "boolean"
|
||||
},
|
||||
|
||||
"Miscellaneous": {
|
||||
"beep": "boolean",
|
||||
"checkPayload": "boolean",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue