Skip to content

Commit 51eab84

Browse files
committed
Add installation instructions for Kali Linux and Parrot OS in documentation
1 parent f8bf33c commit 51eab84

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,17 @@ pip uninstall evil-winrm-py
9191

9292
Check [Installation Guide](https://github.com/adityatelange/evil-winrm-py/blob/main/docs/install.md) for more details.
9393

94+
## Availability on Unix distributions
95+
96+
[![Packaging status](https://repology.org/badge/vertical-allrepos/evil-winrm-py.svg)](https://repology.org/project/evil-winrm-py/versions)
97+
98+
For above mentioned distributions, you can install `evil-winrm-py` directly from the package manager:
99+
100+
```bash
101+
sudo apt update
102+
sudo apt install evil-winrm-py
103+
```
104+
94105
## Usage
95106

96107
Details on how to use `evil-winrm-py` can be found in the [Usage Guide](https://github.com/adityatelange/evil-winrm-py/blob/main/docs/usage.md).

docs/install.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,28 @@
44

55
- PyPI - https://pypi.org/project/evil-winrm-py/
66
- Github - https://github.com/adityatelange/evil-winrm-py
7+
- Kali Linux - https://pkg.kali.org/pkg/evil-winrm-py
8+
- Parrot OS - https://gitlab.com/parrotsec/packages/evil-winrm-py
79

8-
### Installation of Kerberos Dependencies on Linux
10+
## For Kali Linux and Parrot OS Users
11+
12+
If you are using Kali Linux or Parrot OS, you can install `evil-winrm-py` directly from the package manager:
13+
14+
```bash
15+
sudo apt update
16+
sudo apt install evil-winrm-py
17+
```
18+
---
19+
20+
## Installation of Kerberos Dependencies on Linux
921

1022
```bash
1123
sudo apt install gcc python3-dev libkrb5-dev krb5-pkinit
1224
# Optional: krb5-user
1325
```
1426

15-
> [!NOTE] > `[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.
27+
> [!NOTE]
28+
> `[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.
1629
1730
## Using `pip`
1831

0 commit comments

Comments
 (0)