We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8604102 commit 7c7f177Copy full SHA for 7c7f177
nosqlmap.py
@@ -167,7 +167,7 @@ def options():
167
global mmSelect
168
global dbPort
169
global requestHeaders
170
- requestHeaders = {}
+ requestHeaders = {}
171
172
#Set default value if needed
173
if optionSet[0] == False:
@@ -287,6 +287,7 @@ def options():
287
if httpMethod == "1":
288
httpMethod = "GET"
289
print "GET request set"
290
291
optionSet[3] = True
292
293
elif httpMethod == "2":
@@ -368,8 +369,8 @@ def options():
368
369
httpMethod = optList[3]
370
myIP = optList[4]
371
myPort = optList[5]
- verb = optList[6]
372
- https = optList[7]
+ verb = optList[6]
373
+ https = optList[7]
374
375
if httpMethod == "POST":
376
postData = ast.literal_eval(csvOpt[1])
0 commit comments