You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,11 +41,11 @@ python nosqlmap.py.
41
41
42
42
Explanation of options:
43
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
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
50
50
51
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 tcstool@gmail.com or find me on Twitter [https://twitter.com/tcstoolHax0r](@tcstoolHax0r) if you have any questions or suggestions.
0 commit comments