-
-
Notifications
You must be signed in to change notification settings - Fork 26
development
github-actions[bot] edited this page Aug 23, 2025
·
1 revision
Download the repository.
git clone https://github.com/adityatelange/evil-winrm-py
cd evil-winrm-pyCreate a virtual environment (optional but recommended):
python3 -m venv venv
source venv/bin/activateInstall the required packages:
pip install pypsrp[kerberos]==0.8.1 prompt_toolkit==3.0.51 tqdm==4.67.1# File: test.py
from evil_winrm_py.evil_winrm_py import main
if __name__ == "__main__":
main()python test.py -h