Subcategory: Changes & Installations: Getting Kali ready for OSCP

These are instructions for Kali version 2020.1 and 2020.3

Installing Impacket for Python 2

1. Pip for Python 2


wget https://bootstrap.pypa.io/pip/2.7/get-pip.py

My helpful screenshot


python get-pip.py

Installing Impacket for Python 3

1. Pip for Python 3


sudo apt install python3-pip

2. Install Impacket


sudo git clone https://github.com/SecureAuthCorp/impacket.git /opt/impacket


sudo pip3 install -r /opt/impacket/requirements.txt


cd /opt/impacket


sudo python3 ./setup.py install

3. Check Impacket module is installed


pip3 freeze

<== This post is under construction ==>