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

--ssl argument is not parsed properly by main entrypoint #225

Closed
calebstewart opened this issue Dec 26, 2021 · 0 comments · Fixed by #226
Closed

--ssl argument is not parsed properly by main entrypoint #225

calebstewart opened this issue Dec 26, 2021 · 0 comments · Fixed by #226
Labels
bug Something isn't working

Comments

@calebstewart
Copy link
Owner

Bug Description

The --ssl argument is not parsed properly by the main entrypoint, and erroneously fails when used in combination with the --listen argument with the following error:

error: --ssl is incompatible with an explicit protocol

pwncat version

Provide the output of pwncat --version or a commit hash if working from
a development branch.

$ pwncat --version
0.5.1

Steps to Reproduce

Steps to reproduce the behavior:

  1. Run a command like pwncat --ssl -lp 4444
  2. See the error.

Expected Behavior

Open an SSL encrypted bind shell listener.

Screenshots

image

@calebstewart calebstewart added the bug Something isn't working label Dec 26, 2021
@calebstewart calebstewart mentioned this issue Dec 26, 2021
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant