-
-
Notifications
You must be signed in to change notification settings - Fork 26
install
github-actions[bot] edited this page Oct 3, 2025
·
4 revisions
evil-winrm-py is available on:
- PyPI - https://pypi.org/project/evil-winrm-py/
- Github - https://github.com/adityatelange/evil-winrm-py
- Kali Linux - https://pkg.kali.org/pkg/evil-winrm-py
- Parrot OS - https://gitlab.com/parrotsec/packages/evil-winrm-py
If you are using Kali Linux or Parrot OS, you can install evil-winrm-py directly from the package manager:
sudo apt update
sudo apt install evil-winrm-pysudo apt install gcc python3-dev libkrb5-dev krb5-pkinit
# Optional: krb5-userNote
[kerberos] is an optional dependency that includes the necessary packages for Kerberos authentication support. If you do not require Kerberos authentication, you can install evil-winrm-py without this extra.
You can install the package directly from PyPI using pip:
pip install evil-winrm-py[kerberos]Installing latest development version directly from GitHub:
pip install 'evil-winrm-py[kerberos] @ git+https://github.com/adityatelange/evil-winrm-py'For a more isolated installation, you can use pipx:
pipx install evil-winrm-py[kerberos]Installing latest development version directly from GitHub:
pipx install 'evil-winrm-py[kerberos] @ git+https://github.com/adityatelange/evil-winrm-py'If you prefer using uv, you can install the package with the following command:
uv tool install evil-winrm-py[kerberos]Installing latest development version directly from GitHub:
uv tool install git+https://github.com/adityatelange/evil-winrm-py[kerberos]