Closed
Description
If it is possible, could the following settings be put into an command line arguments so it doesn't need to be interactive in order to use the program:
1-Set target host/IP (Current: 10.11.1.xxx)
2-Set web app port (Current: 443)
3-Set App Path (Current: /app)
4-Toggle HTTPS (Current: ON)
5-Set MongoDB Port (Current : 27017)
6-Set HTTP Request Method (GET/POST) (Current: GET)
7-Set my local MongoDB/Shell IP (Current: Not Set)
8-Set shell listener port (Current: Not Set)
9-Toggle Verbose Mode: (Current: ON)
e.g.
python nosqlmap.py --url 10.11.1.xxx --port 443 --path "/path/db"