File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def mainMenu():
34
34
while select :
35
35
os .system ('clear' )
36
36
#label = subprocess.check_output(["git","describe","--always"])
37
- print "NoSQLMap-v0.15 "
37
+ print "NoSQLMap-v0.15a "
38
38
39
39
print "\n "
40
40
print "1-Set options (do this first)"
@@ -483,7 +483,7 @@ def webApps():
483
483
print " response variance was only " + str (whereThisStrDelta ) + "bytes. Injection might have worked but difference is too small to be certain."
484
484
possAddrs .append (strThisNeqUri )
485
485
486
- elif (WhereThisStrDelta == 0 ):
486
+ elif (whereThisStrDelta == 0 ):
487
487
print "Random string response size and this return response size were the same. Injection did not work."
488
488
489
489
else :
@@ -708,6 +708,8 @@ def buildUri(origUri, randValue):
708
708
whereIntUri = whereIntUri [:- 1 ]
709
709
whereOneStr = whereOneStr [:- 1 ]
710
710
whereOneInt = whereOneInt [:- 1 ]
711
+ strThisNeqUri = strThisNeqUri [:- 1 ]
712
+ intThisNeqUri = intThisNeqUri [:- 1 ]
711
713
timeStrUri = timeStrUri [:- 1 ]
712
714
timeIntUri = timeIntUri [:- 1 ]
713
715
You can’t perform that action at this time.
0 commit comments