Skip to content

Commit 901c511

Browse files
author
root
committed
Merge branch 'master' of https://github.com/za/NoSQLMap into za-master
Conflicts: nosqlmap.py fixed indent
2 parents c7ee1fb + 9b50083 commit 901c511

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nosqlmap.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ def mainMenu():
3333
select = True
3434
while select:
3535
os.system('clear')
36-
label = subprocess.check_output(["git","describe"])
36+
label = subprocess.check_output(["git","describe"])
3737
print "NoSQLMap " + label + " [email protected]"
38+
label = subprocess.check_output(["git","describe","--always"])
39+
print "NoSQLMap v0.15-dev-" + label + " [email protected]"
3840
print "\n"
3941
print "1-Set options (do this first)"
4042
print "2-NoSQL DB Access Attacks"

0 commit comments

Comments
 (0)