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

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

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 .

CD into the examples folder
cd examples
ls
