-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels