Skip to content

Commit 3e1cdd6

Browse files
author
NoSQLMap Project
committed
Removed unnecessary dependency on Git repository
1 parent 2269340 commit 3e1cdd6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nosqlmap.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ def mainMenu():
3333
select = True
3434
while select:
3535
os.system('clear')
36-
label = subprocess.check_output(["git","describe","--always"])
37-
print "NoSQLMap-v0.15 build " + label + "Support: [email protected]"
36+
#label = subprocess.check_output(["git","describe","--always"])
37+
print "NoSQLMap-v0.15"
38+
3839
print "\n"
3940
print "1-Set options (do this first)"
4041
print "2-NoSQL DB Access Attacks"

0 commit comments

Comments
 (0)