File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def mainMenu():
7777 print "| |\ | (_) /\__/ /\ \/' / |____| | | | (_| | |_) |"
7878 print "\_| \_/\___/\____/ \_/\_\_____/\_| |_/\__,_| .__/"
7979 print "===================================================="
80- print "NoSQLMap-v0.5-DEV "
80+ print "NoSQLMap-v0.5"
8181 print "nosqlmap@gmail.com"
8282 print "\n "
8383 print "1-Set options"
@@ -536,7 +536,7 @@ def postApps():
536536 print "Testing Mongo PHP not equals associative array injection using " + str (postData ) + "..."
537537
538538 else :
539- print "Test 1: PHP associative array injection"
539+ print "Test 1: PHP/ExpressJS != associative array injection"
540540
541541 errorCheck = errorTest (str (urllib2 .urlopen (req ).read ()),testNum )
542542
@@ -871,7 +871,7 @@ def getApps():
871871 if verb == "ON" :
872872 print "Testing Mongo PHP not equals associative array injection using " + uriArray [1 ] + "..."
873873 else :
874- print "Test 1: PHP associative array injection"
874+ print "Test 1: PHP/ExpressJS != associative array injection"
875875
876876 #Test for errors returned by injection
877877 errorCheck = errorTest (str (urllib .urlopen (uriArray [1 ]).read ()),testNum )
You can’t perform that action at this time.
0 commit comments