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
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:
Run a command like pwncat --ssl -lp 4444
See the error.
Expected Behavior
Open an SSL encrypted bind shell listener.
Screenshots
The text was updated successfully, but these errors were encountered:
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:pwncat version
Provide the output of
pwncat --version
or a commit hash if working froma development branch.
Steps to Reproduce
Steps to reproduce the behavior:
pwncat --ssl -lp 4444
Expected Behavior
Open an SSL encrypted bind shell listener.
Screenshots
The text was updated successfully, but these errors were encountered: