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
Describe the bug
when connecting with a publickey paramiko may trigger an exception. It seems that it try to parse a key as DSA when it fail to use it as RSA. The exception is not catched by netexec
To Reproduce
netexec ssh host -u user --key-file private.key -p ''
Describe the bug
when connecting with a publickey paramiko may trigger an exception. It seems that it try to parse a key as DSA when it fail to use it as RSA. The exception is not catched by netexec
To Reproduce
netexec ssh host -u user --key-file private.key -p ''
Expected behavior
Exception catched and a warning/or error displayed
Screenshots
The text was updated successfully, but these errors were encountered: