Kali Linux for Advanced Pen Testing and Ethical Hacking
with Malcolm Shore
Pre-Configuration File
This file contains details of the software and virtual machine configuration changes required to support the Advanced Kali Linux
course. Each requirement is noted in the relevant course module, but you may wish to preload the software to avoid having to
wait when working through each video. All software is downloaded to and installed in Windows unless otherwise noted.
Video Title Item Details
01_03 Preparing for Testing Joomscan Install Joomscan by cloning:
cd /usr/share
sudo git clone [Link]
01_04 Preparing Exploits Esteemaudit cd /usr/share
git clone [Link]
cd ~/.msf4/modules
mkdir exploits
cd exploits
mkdir windows
cd windows
mkdir rdp
cd rdp
cp /usr/share/Esteemaudit-Metasploit/[Link] ./
nano [Link]
[change EsteemAuditFolder to /home/kali/.msf4/esteemaudit]
mkdir ~/.msf4/esteemaudit
cp /usr/share/Esteemaudit-Metasploit/files/* ~/.msf4/esteemaudit/
sudo updatebd
01_05 Managing Kali’s Alacarte apt-get install alacarte
Application Menus
Kali Linux for Advanced Pen Testing and Ethical Hacking with Malcolm Shore 1 of 2
02_05 Injecting Images jhead cd /usr/share/
with jhead mkdir jhead
wget [Link]
tar xzvf [Link]
cd jhead-2.97
make
06_07 Escalating through a Print git clone [Link] nightmare
Nightmare Nightmare sudo gem install evil-winrm
Kali Linux for Advanced Pen Testing and Ethical Hacking with Malcolm Shore 2 of 2