Core library for PowerShell Remoting Protocol (PSRP) in Python. This library enables you to write either client or a server side implementation for PSRP. It does not provide any IO or concurrency logic as it's designed to be a pure Python implementation that is then used by other library. This follows the sans-IO paradigm to promote re-usability and have it focus purely on the protocol logic.
Documentation is available at https://psrpcore.readthedocs.io/.
- CPython 3.8+
- cryptography
pip install psrpcore
git clone https://github.com/jborean93/psrpcore.git
cd psrpcore
pip install -e .