code commit regarding Feature #119

This commit is contained in:
Miroslav Stampar
2010-01-12 13:11:26 +00:00
parent 4a72ad113a
commit a58b36fe07
4 changed files with 130 additions and 6 deletions

View File

@@ -27,7 +27,8 @@ optDict = {
"Target": {
"url": "string",
"list": "string",
"googleDork": "string"
"googleDork": "string",
"configFile": "string"
},
"Request": {
@@ -47,7 +48,8 @@ optDict = {
"delay": "float",
"timeout": "float",
"retries": "integer",
"scope": "string"
"scope": "string",
"requestFile": "string"
},
"Injection": {