Skip to content

Commit

Permalink
Tab Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tcstool authored and tcstool committed Jul 26, 2015
1 parent 8604102 commit 7c7f177
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nosqlmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def options():
global mmSelect
global dbPort
global requestHeaders
requestHeaders = {}
requestHeaders = {}

#Set default value if needed
if optionSet[0] == False:
Expand Down Expand Up @@ -287,6 +287,7 @@ def options():
if httpMethod == "1":
httpMethod = "GET"
print "GET request set"
requestHeaders = {}
optionSet[3] = True

elif httpMethod == "2":
Expand Down Expand Up @@ -368,8 +369,8 @@ def options():
httpMethod = optList[3]
myIP = optList[4]
myPort = optList[5]
verb = optList[6]
https = optList[7]
verb = optList[6]
https = optList[7]

if httpMethod == "POST":
postData = ast.literal_eval(csvOpt[1])
Expand Down

0 comments on commit 7c7f177

Please sign in to comment.