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.
2 parents c7ee1fb + 9b50083 commit 901c511Copy full SHA for 901c511
1 file changed
nosqlmap.py
@@ -33,8 +33,10 @@ def mainMenu():
33
select = True
34
while select:
35
os.system('clear')
36
- label = subprocess.check_output(["git","describe"])
+ 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"
40
print "\n"
41
print "1-Set options (do this first)"
42
print "2-NoSQL DB Access Attacks"
0 commit comments