Skip to content

Commit 1c41300

Browse files
committed
fix ordered list at README.md
1 parent a0cc74a commit 1c41300

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ python nosqlmap.py.
4040
**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+
1. Set target host/IP-The target web server (i.e. www.google.com) or MongoDB server you want to attack.
44+
2. Set web app port-TCP port for the web application if a web application is the target.
45+
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).
46+
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.
47+
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.
48+
6. Set shell listener port-If opening Meterpreter shells, specify the port.
49+
7. 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)