Minor code refactoring

This commit is contained in:
Bernardo Damele
2010-01-14 20:42:45 +00:00
parent 26c7b74e65
commit c4215ce8d2
6 changed files with 30 additions and 29 deletions

View File

@@ -27,15 +27,16 @@ optDict = {
"Target": {
"url": "string",
"list": "string",
"requestFile": "string",
"googleDork": "string",
"configFile": "string",
"requestFile": "string"
"configFile": "string"
},
"Request": {
"method": "string",
"data": "string",
"cookie": "string",
"cookieUrlencode": "boolean",
"dropSetCookie": "boolean",
"referer": "string",
"agent": "string",
@@ -62,7 +63,6 @@ optDict = {
"regexp": "string",
"eString": "string",
"eRegexp": "string",
"cookieUrlencode": "boolean"
},
"Techniques": {