Skip to content

Commit cd16837

Browse files
authored
Update README.md
1 parent 6badd8d commit cd16837

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ NoSQLMap
33

44
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 and web applications using NoSQL in order to disclose or clone data from the database.
55

6+
# NoSQLMap MongoDB Management Attack Demo.
7+
8+
<a href="http://www.youtube.com/watch?feature=player_embedded&v=xSFi-jxOBwM" target="_blank"><img src="http://img.youtube.com/vi/xSFi-jxOBwM/0.jpg" alt="NoSQLMap MongoDB Management Attack Demo" width="240" height="180" border="10" /></a>
9+
610
# Screenshots
711
![NoSQLMap](https://github.com/codingo/NoSQLMap/blob/master/screenshots/NoSQLMap-v0-5.jpg)
812

@@ -13,7 +17,6 @@ Originally authored by [@tcsstool](https://twitter.com/tcstoolHax0r) and now mai
1317
## What is NoSQL?
1418
A NoSQL (originally referring to "non SQL", "non relational" or "not only SQL") database provides a mechanism for storage and retrieval of data which is modeled in means other than the tabular relations used in relational databases. Such databases have existed since the late 1960s, but did not obtain the "NoSQL" moniker until a surge of popularity in the early twenty-first century, triggered by the needs of Web 2.0 companies such as Facebook, Google, and Amazon.com. NoSQL databases are increasingly used in big data and real-time web applications. NoSQL systems are also sometimes called "Not only SQL" to emphasize that they may support SQL-like query languages.
1519

16-
1720
## DBMS Support
1821
Presently the tool's exploits are focused around MongoDB, and CouchDB but additional support for other NoSQL based platforms such as CouchDB, Redis, and Cassandra are planned in future releases.
1922

@@ -34,17 +37,10 @@ There are some various other libraries required that a normal Python installatio
3437
python setup.py install
3538
```
3639

37-
## Usage
38-
39-
### NoSQLMap MongoDB Management Attack Demo.
40-
41-
<a href="http://www.youtube.com/watch?feature=player_embedded&v=xSFi-jxOBwM" target="_blank"><img src="http://img.youtube.com/vi/xSFi-jxOBwM/0.jpg" alt="NoSQLMap MongoDB Management Attack Demo" width="240" height="180" border="10" /></a>
42-
43-
### Usage Instructions
44-
-Start with
45-
40+
## Usage Instructions
41+
Start with
4642
```
47-
NoSQLMap
43+
python NoSQLMap
4844
```
4945

5046
NoSQLMap uses a menu based system for building attacks. Upon starting NoSQLMap you are presented with with the main menu:
@@ -57,7 +53,6 @@ NoSQLMap uses a menu based system for building attacks. Upon starting NoSQLMap
5753
x-Exit
5854
```
5955

60-
6156
Explanation of options:
6257
```
6358
1. Set target host/IP-The target web server (i.e. www.google.com) or MongoDB server you want to attack.

0 commit comments

Comments
 (0)