Skip to content

Initial Release

Compare
Choose a tag to compare
@jborean93 jborean93 released this 13 Jul 03:18
· 104 commits to master since this release
a28902c

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