Skip to content

Commit ac07dcc

Browse files
committed
fix ordered list and add bold text at README.md
1 parent 80b5b1b commit ac07dcc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ python nosqlmap.py.
3737
4-Exit
3838
```
3939

40-
ALWAYS USE OPTION 1 FIRST TO SET THE PARAMETERS!
40+
**ALWAYS USE OPTION 1 FIRST TO SET THE PARAMETERS!**
4141

4242
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
43+
Set target host/IP-The target web server (i.e. www.google.com) or MongoDB server you want to attack.
44+
1 - Set web app port-TCP port for the web application if a web application is the target
45+
2 - 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+
3 - 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+
4 - 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+
5 - Set shell listener port-If opening Meterpreter shells, specify the port.
49+
6 - Back to main menu
5050

5151
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)