Estimated reading time: 6 minutesHello, Cybrarians!All of you should be familiar with SQL injection, but today databases are not simply following the tradition of relational databases. Today, many firms are using NoSQL database platforms like MongoDB and Cassandra. So, for hacking those databases, SQLMap is not the option you need or want.NoSQLMap is an open source tool written in Python which is a menu driven program. It is used for automating injection attacks. This tool exploits flaws in NoSQL databases. It is named as a tribute to Bernardo Damele and Miroslav's Stampar's popular SQL injection tool SQLMap.Presently only exploits are available for MongoDB, but additional support for NoSQL database platforms are planned in future releases.You can download it from GitHub for your own use here: https://github.com/tcstool/NoSQLMapHere is a video on the topic if you want more information.

Enjoy! Please leave comments below if you have questions or comment.

Start learning with Cybrary

Create a free account

Related Posts

All Blogs