-
Notifications
You must be signed in to change notification settings - Fork 149
Installation
Francis Alexander edited this page Aug 7, 2016
·
2 revisions
Introduction
NoSQL Exploitation Framework is written purely in python, and focuses on scanning and enumerating currently trending NoSQL Databases available.The framework aims at attacking databases and finding upto what depth the enumeration can happen.
The framework has now support for Mongo, Couch, Redis and Cassandra.It can be used to test internal as well as external exposed DB's.With the framework evolving overtime, bugs are prone and request to raise an issue if found one.
Requirements
- Python 2.7 - https://www.python.org/downloads/ (Latest Python 2.7 release is recommended)
- DB Drivers - As mentioned in the requirements file.
Installing on Linux/Mac OS X
- Clone the git repo.
- cd to the repo.
- pip install -r requirements.txt (sudo in case pip doesn't have write permissions)
- Run python nosqlframework.py -h