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