We will clone a toolset that we’ll use quite a bit in this class, impacket!

Untitled

Clone this repository to Kali Linux.

git clone <https://github.com/fortra/impacket.git>

Any time you clone a repository like this, it will create a folder you need to cd into.

ls

Untitled

Type:

cd impacket

Here is a step that many people miss when downloading impacket for the first time: We need to update it using pip3

pip3 install .

Untitled

CD into the examples folder

cd examples
ls

Untitled