More replacements for refactoring.

Minor layout adjustments.
Alignment of conffile/optiondict/cmdline parameters.
This commit is contained in:
Bernardo Damele
2010-11-08 12:36:48 +00:00
parent eb999de0f1
commit 78d7b17483
10 changed files with 41 additions and 23 deletions

View File

@@ -59,14 +59,17 @@ optDict = {
"os": "string",
"prefix": "string",
"postfix": "string",
"tamper": "string"
},
"Detection": {
"string": "string",
"regexp": "string",
"eString": "string",
"eRegexp": "string",
"thold": "float",
"textOnly": "boolean",
"longestCommon": "boolean",
"tamper": "string"
"longestCommon": "boolean"
},
"Techniques": {
@@ -147,6 +150,7 @@ optDict = {
"Miscellaneous": {
"xmlFile": "string",
"sessionFile": "string",
"trafficFile": "string",
"flushSession": "boolean",
"forms": "boolean",
"eta": "boolean",
@@ -155,6 +159,8 @@ optDict = {
"batch": "boolean",
"cleanup": "boolean",
"replicate": "boolean",
"checkPayload": "boolean",
"beep": "boolean",
"verbose": "integer"
},
}