mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
minor update regarding requestFile option
This commit is contained in:
@@ -28,7 +28,8 @@ optDict = {
|
||||
"url": "string",
|
||||
"list": "string",
|
||||
"googleDork": "string",
|
||||
"configFile": "string"
|
||||
"configFile": "string",
|
||||
"requestFile": "string"
|
||||
},
|
||||
|
||||
"Request": {
|
||||
@@ -48,8 +49,7 @@ optDict = {
|
||||
"delay": "float",
|
||||
"timeout": "float",
|
||||
"retries": "integer",
|
||||
"scope": "string",
|
||||
"requestFile": "string"
|
||||
"scope": "string"
|
||||
},
|
||||
|
||||
"Injection": {
|
||||
|
||||
Reference in New Issue
Block a user