Initial Release
Initial release of pypsrp, it contains the following features
- Basic Windows Remote Shell over WinRM to execute raw cmd command or processes
- Various WSMan methods that can be used to execute WSMan commands
- A mostly complete implementation of the PowerShell Remoting Protocol that mimics the .NET System.Management.Automation.Runspaces interface
- Support for a reference host base implementation of PSRP for interactive scripts
- Support for all WinRM authentication protocols like Basic, Certificate, Negotiate, Kerberos, and CredSSP
- Implementation of the Windows Negotiate auth protocol to negotiate between NTLM and Kerberos auth
- Support for message encryption of HTTP with the Negotiate (NTLM/Kerberos) and CredSSP protocol