{"id":13844513,"url":"https://github.com/torque59/Nosql-Exploitation-Framework","last_synced_at":"2025-07-11T23:33:34.613Z","repository":{"id":12783821,"uuid":"15457437","full_name":"torque59/Nosql-Exploitation-Framework","owner":"torque59","description":"A Python Framework For NoSQL Scanning and Exploitation ","archived":false,"fork":false,"pushed_at":"2024-10-24T18:21:27.000Z","size":2932,"stargazers_count":595,"open_issues_count":69,"forks_count":157,"subscribers_count":31,"default_branch":"master","last_synced_at":"2024-10-26T03:35:03.299Z","etag":null,"topics":["nosql","nosql-database","nosql-enumeration","nosql-exploitation-framework","nosql-injection","nosql-security"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/torque59.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-12-26T17:46:11.000Z","updated_at":"2024-10-06T15:55:09.000Z","dependencies_parsed_at":"2023-01-16T19:46:38.764Z","dependency_job_id":"5c12559b-1cca-4674-9927-fe42ae522b93","html_url":"https://github.com/torque59/Nosql-Exploitation-Framework","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torque59%2FNosql-Exploitation-Framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torque59%2FNosql-Exploitation-Framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torque59%2FNosql-Exploitation-Framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torque59%2FNosql-Exploitation-Framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/torque59","download_url":"https://codeload.github.com/torque59/Nosql-Exploitation-Framework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225772635,"owners_count":17521868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nosql","nosql-database","nosql-enumeration","nosql-exploitation-framework","nosql-injection","nosql-security"],"created_at":"2024-08-04T17:02:44.111Z","updated_at":"2024-11-21T17:30:19.357Z","avatar_url":"https://github.com/torque59.png","language":"Python","funding_links":[],"categories":["Python (1887)","Python"],"sub_categories":[],"readme":"[![Baikal](https://baikal.io/badges/torque59/NoSQL-Exploitation-Framework)](https://baikal.io/torque59/NoSQL-Exploitation-Framework)\n[![Requirements Status](https://requires.io/github/torque59/Nosql-Exploitation-Framework/requirements.svg?branch=master)](https://requires.io/github/torque59/Nosql-Exploitation-Framework/requirements/?branch=master)\n\n\nNosql-Exploitation-Framework\n============================\n\nA FrameWork For NoSQL Scanning and Exploitation Framework\n\nNoSQL Exploitation Framework 2.02b Released\n\n\nAuthor\n============================\n- NoSQL Exploitation Framework Authored By Francis Alexander\n\nWiki\n============================\n- NoSQL Exploitation Framework Wiki on Installation \u0026 Usage - \u003chttps://github.com/torque59/Nosql-Exploitation-Framework/wiki\u003e\n\nFeatures:\n============================\n\n- First Ever Tool With Added Support For Mongo,Couch,Redis,H-Base,Cassandra\n- Support For NoSQL WebAPPS\n- Added payload list for JS Injection,Web application Enumeration.\n- Scan Support for Mongo,CouchDB and Redis\n- Dictionary Attack Support for Mongo,Couch and Redis\n- Enumeration Module added for the DB's,retrieves data in db's @ one shot.\n- Currently Discover's Web Interface for Mongo\n- Shodan Query Feature\n- MultiThreaded IP List Scanner\n- Dump and Copy Database features Added for CouchDB\n- Sniff for Mongo,Couch and Redis\n\nChange Log V2.02b:\n============================\n\n- The framework has been updated and moved to python3\n- Added Dockerfile\n- Bug fixes\n\nInstallation\n============================\n- Install Pip, sudo apt-get install python-setuptools;easy_install pip\n- pip install -r requirements.txt\n- python nosqlframework.py -h (For Help Options)\n\nInstallation (Docker)\n============================\n- docker build -t torque59/nosqlframework . OR docker pull torque59/nosqlframework\n- docker run -it torque59/nosqlframework --help\n- docker run -it torque59/nosqlframework -ip ip_Addr -enum mongo\n\nInstallation on Mac/Kali\n============================\n- Removed the scapy module by default for mac. So this should run by default. If you need to sniff run the script and then continue.\n- Run installformac-kali.sh directly\n- python nosqlframework.py -h (For Help Options)\n\nInstalling Nosql Exploitaiton Framework in Virtualenv\n-------------------------------------\n- virtualenv nosqlframework\n- source nosqlframework/bin/activate\n- pip install -r requirements.txt\n- nosqlframework/bin/python nosqlframework.py -h (For Help Options)\n- deactivate (After usage)\n\nContribution\n----------------\n\n- It would be great seeing this project grow , do contribute by issuing a pull request.\n\n\nSample Usage\n============================\n- nosqlframework.py -ip localhost -scan\n- nosqlframework.py -ip localhost -dict mongo -file b.txt\n- nosqlframework.py -ip localhost -enum couch\n- nosqlframework.py -ip localhost -enum redis\n- nosqlframework.py -ip localhost -clone couch\n\nSample Output\n============================\n\n- http://imgur.com/4KMntxJ\n\nFuture Releases\n============================\n\n- Improved Web App Detection\n- Support for Neo4j on the way\n- Web Interface attack and Fuzz Platform\n\nBugs or Queries\n============================\n- Plse report any bugs or queries @ helofrancis@gmail.com [@torque59](https://twitter.com/torque59)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorque59%2FNosql-Exploitation-Framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorque59%2FNosql-Exploitation-Framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorque59%2FNosql-Exploitation-Framework/lists"}