We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901c511 commit 2269340Copy full SHA for 2269340
nosqlmap.py
@@ -33,10 +33,8 @@ def mainMenu():
33
select = True
34
while select:
35
os.system('clear')
36
- label = subprocess.check_output(["git","describe"])
37
- print "NoSQLMap " + label + " nosqlmap@gmail.com"
38
- label = subprocess.check_output(["git","describe","--always"])
39
- print "NoSQLMap v0.15-dev-" + label + " nosqlmap@gmail.com"
+ label = subprocess.check_output(["git","describe","--always"])
+ print "NoSQLMap-v0.15 build " + label + "Support: nosqlmap@gmail.com"
40
print "\n"
41
print "1-Set options (do this first)"
42
print "2-NoSQL DB Access Attacks"
0 commit comments