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
I think there is a little mistake in the example in the readme under Connecting to msfconsole with msgrpc plugin loaded. If you try client = MsfRpcClient('yourpassword', port=55552, True), you get a syntax error that a position argument follows a keyword argument. Probably meant client = MsfRpcClient('yourpassword', port=55552, ssl=True) like in the example above?
The text was updated successfully, but these errors were encountered:
Hi,
I think there is a little mistake in the example in the readme under Connecting to msfconsole with msgrpc plugin loaded. If you try client = MsfRpcClient('yourpassword', port=55552, True), you get a syntax error that a position argument follows a keyword argument. Probably meant client = MsfRpcClient('yourpassword', port=55552, ssl=True) like in the example above?
The text was updated successfully, but these errors were encountered: