Skip to content

Commit a83fa33

Browse files
committed
fix ordered list at README.md
1 parent ac07dcc commit a83fa33

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ python nosqlmap.py.
4141

4242
Explanation of options:
4343
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
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 tcstool@gmail.com or find me on Twitter [https://twitter.com/tcstoolHax0r](@tcstoolHax0r) if you have any questions or suggestions.

0 commit comments

Comments
 (0)