Skip to content

Mistake in README example #87

@TJPi

Description

@TJPi

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions