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 @@ -60,7 +60,7 @@ def mainMenu():
6060 print "| |\ | (_) /\__/ /\ \/' / |____| | | | (_| | |_) |"
6161 print "\_| \_/\___/\____/ \_/\_\_____/\_| |_/\__,_| .__/"
6262 print "===================================================="
63- print "NoSQLMap-v0.3 "
63+ print "NoSQLMap-v0.31 "
6464 print "nosqlmap@gmail.com"
6565 print "\n "
6666 print "1-Set options"
@@ -567,7 +567,7 @@ def postApps():
567567 print "App is up!"
568568 appUp = True
569569 else :
570- print "Got " + appRespCode + "from the app, check your options."
570+ print "Got " + str ( appRespCode ) + "from the app, check your options."
571571
572572 except :
573573 print "Looks like the server didn't respond. Check your options."
@@ -863,7 +863,7 @@ def getApps():
863863 appUp = True
864864
865865 else :
866- print "Got " + appRespCode + "from the app, check your options."
866+ print "Got " + str ( appRespCode ) + "from the app, check your options."
867867 except :
868868 print "Looks like the server didn't respond. Check your options."
869869
You can’t perform that action at this time.
0 commit comments