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
Added deprecated warnings if CA trusts defined by environment variables are used.
Set minimum version of requests-credssp to support Kerberos auth over CredSSP and other changes
Added proxy support where it can be defined within the application, with the ability to specify the proxy within the application
Fix for shell not setting all environment variables.
Fix session clixml encoding on Python 3
Protocol.close_shell(shell_id) will now close the session(and TCP connections) to the Windows machine. close_session option has been added in case of leaving the session alone.
Add a function to send input to a running process.