Skip to content

Commit 2269340

Browse files
author
NoSQLMap Project
committed
Fixed issues with menu header
1 parent 901c511 commit 2269340

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

nosqlmap.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ def mainMenu():
3333
select = True
3434
while select:
3535
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"
36+
label = subprocess.check_output(["git","describe","--always"])
37+
print "NoSQLMap-v0.15 build " + label + "Support: nosqlmap@gmail.com"
4038
print "\n"
4139
print "1-Set options (do this first)"
4240
print "2-NoSQL DB Access Attacks"

0 commit comments

Comments
 (0)