Skip to content

Commit 3a174c2

Browse files
authored
Update README.md
1 parent 297f7a5 commit 3a174c2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,15 @@ There are multiple ways to install the tool. Either the tool comes as a package
126126
### Automatic Installation
127127
I'm aware of the following Linux distributions which package the tool:
128128

129+
#### Kali Linux
130+
```console
131+
# apt install enum4linux-ng
132+
```
133+
129134
#### Archstrike
130135

131136
```console
132-
$ pacman -S enum4linux-ng
137+
# pacman -S enum4linux-ng
133138
```
134139

135140
#### NixOS
@@ -172,8 +177,8 @@ For all distribution examples below, LibYAML is already a dependency of the corr
172177
# dnf install samba-common-tools samba-client python3-ldap3 python3-pyyaml python3-impacket
173178
```
174179

175-
##### Kali Linux/Debian/Ubuntu/Linux Mint
176-
(tested on Kali Linux 2020.1, recent Debian (e.g. Buster) or Ubuntu versions should work, for Ubuntu 18.04 or below use the Docker or Python virtual environment variant)
180+
##### Debian/Ubuntu/Linux Mint
181+
(For Ubuntu 18.04 or below use the Docker or Python virtual environment variant)
177182

178183
```console
179184
# apt install smbclient python3-ldap3 python3-yaml python3-impacket

0 commit comments

Comments
 (0)