Skip to content

Commit 3c4d9d3

Browse files
committed
Added README
1 parent d4d2cee commit 3c4d9d3

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
NoSQLMap v0.06
2+
3+
Introduction:
4+
NoSQLMap is an open source Python tool designed to audit for as well as automate injection attacks and exploit default configuration weaknesses in NoSQL databases as well as web applications using NoSQL in order to disclose data from the database. It is named as a tribute to Bernardo Damele and Miroslav's Stampar's popular SQL injection tool SQLmap, and its concepts are based on and extensions of Ming Chow's excellent presentation at Defcon 21, "Abusing NoSQL Databases". Presently the tool's exploits are focused around MongoDB, but additional support for other NoSQL based platforms such as CouchDB, Redis, and Cassandra are planned in future releases.
5+
6+
Requirements (Varies based on features used):
7+
-Python with PyMongo, httplib2, and urllib available; There are some various other libraries required that a normal Python installation should have readily available. Your milage may vary, check the script.
8+
9+
-Metasploit Framework
10+
11+
Usage:
12+
-Start with ./nosqlmap.py or python nosqlmap.py.
13+
14+
-NoSQLMap uses a menu based system for building attacks. Upon starting NoSQLMap you are presented with with the main menu:
15+
16+
1-Set options (do this first)
17+
2-NoSQL DB Access Attacks
18+
3-NoSQL Web App attacks
19+
4-Exit
20+
21+
ALWAYS USE OPTION 1 FIRST TO SET THE PARAMETERS!
22+
23+
Explanation of options
24+
1-Set target host/IP-The target web server (i.e. www.google.com) or MongoDB server you want to attack.
25+
2-Set web app port-TCP port for the web application if a web application is the target
26+
3-Set URI Path-The portion of the URI containing the page name and any parameters but NOT the host name (e.g. acct.php?acctid=102)
27+
4-Set HTTP Request Method (GET/POST)-Set the request method to a GET or POST; Presently only GET is implemented but working on implementing POST requests exported from Burp.
28+
5-Set my local Mongo/Shell IP-Set this option if attacking a MongoDB instance directly to the IP of a target Mongo installation to clone victim databases to or open Meterpreter shells to.
29+
6-Set shell listener port-If opening Meterpreter shells, specify the port.
30+
7-Back to main menu
31+
32+
Once options are set head back to the main menu and select DB access attacks or web app attacks as appropriate. Send emails to [email protected] or find me on Twitter @tcstoolHax0r if you have any questions or suggestions.

0 commit comments

Comments
 (0)