Skip to content
Francis Alexander edited this page Aug 7, 2016 · 2 revisions

Installing NoSQL Exploitation Framework

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

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
Clone this wiki locally