Skip to content

Commit 80b5b1b

Browse files
committed
add twitter hyperlink and some fixes at README.md
1 parent 7632885 commit 80b5b1b

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
NoSQLMap
22
========
33

4-
v0.1
5-
http://www.nosqlmap.net
4+
[http://www.nosqlmap.net](NoSQLMap) v0.1
65

76
Introduction
87
============
@@ -40,14 +39,13 @@ python nosqlmap.py.
4039

4140
ALWAYS USE OPTION 1 FIRST TO SET THE PARAMETERS!
4241

43-
Explanation of options
44-
1-Set target host/IP-The target web server (i.e. www.google.com) or MongoDB server you want to attack.
45-
2-Set web app port-TCP port for the web application if a web application is the target
46-
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)
47-
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.
48-
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.
49-
6-Set shell listener port-If opening Meterpreter shells, specify the port.
50-
7-Back to main menu
51-
```
42+
Explanation of options:
43+
#. Set target host/IP-The target web server (i.e. www.google.com) or MongoDB server you want to attack.
44+
#. Set web app port-TCP port for the web application if a web application is the target
45+
#. 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)
46+
#. 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.
47+
#. 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.
48+
#. Set shell listener port-If opening Meterpreter shells, specify the port.
49+
#. Back to main menu
5250

53-
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.
51+
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 [https://twitter.com/tcstoolHax0r](@tcstoolHax0r) if you have any questions or suggestions.

0 commit comments

Comments
 (0)