Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,7 @@ NoSQLMap MongoDB Management Attack Demo.

<a href="http://www.youtube.com/watch?feature=player_embedded&v=xSFi-jxOBwM" target="_blank"><img src="http://img.youtube.com/vi/xSFi-jxOBwM/0.jpg" alt="NoSQLMap MongoDB Management Attack Demo" width="240" height="180" border="10" /></a>

Contribute
==========

If you'd like to contribute, please create [new issue](https://github.com/tcstool/NoSQLMap/issues) or [pull request](https://github.com/tcstool/NoSQLMap/pulls).
5 changes: 3 additions & 2 deletions nosqlmap.py
Original file line number Diff line number Diff line change
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()