We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug We aren't properly catching a timeout error while connecting, causing a lot of annoying stack traces
To Reproduce Steps to reproduce the behavior i.e.: Command: netexec ssh -u username -p password, and have it timeout Resulted in:
netexec ssh -u username -p password
Expected behavior We should properly catch the TimeoutError thrown
TimeoutError
NetExec info
1.2.0 - ItsAlwaysDNS - cce5c32e
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
We aren't properly catching a timeout error while connecting, causing a lot of annoying stack traces
To Reproduce
Steps to reproduce the behavior i.e.:
Command:
netexec ssh -u username -p password
, and have it timeoutResulted in:
Expected behavior
We should properly catch the
TimeoutError
thrownNetExec info
1.2.0 - ItsAlwaysDNS - cce5c32e
The text was updated successfully, but these errors were encountered: