Skip to content

Commit

Permalink
add label: the current git hash
Browse files Browse the repository at this point in the history
  • Loading branch information
za committed Nov 18, 2013
1 parent 47983c7 commit 1f0df7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nosqlmap.py
Expand Up @@ -33,7 +33,8 @@ def mainMenu():
select = True
while select:
os.system('clear')
print "NoSQLMap v0.15DEV-nosqlmap@gmail.com"
label = subprocess.check_output(["git","describe"])
print "NoSQLMap " + label + " nosqlmap@gmail.com"
print "\n"
print "1-Set options (do this first)"
print "2-NoSQL DB Access Attacks"
Expand Down Expand Up @@ -754,4 +755,4 @@ def stealDBs(myDB):
raw_input ("Something went wrong. Are you sure your MongoDB is running and options are set? Press enter to return...")
mainMenu()

mainMenu()
mainMenu()

0 comments on commit 1f0df7b

Please sign in to comment.