Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mistake in README example #87

Open
TJPi opened this issue Mar 31, 2022 · 0 comments
Open

Mistake in README example #87

TJPi opened this issue Mar 31, 2022 · 0 comments

Comments

@TJPi
Copy link

TJPi commented Mar 31, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant