0% found this document useful (0 votes)
9 views2 pages

Kali Linux Pen Testing Setup Guide

The document outlines pre-configuration steps for the Advanced Kali Linux course, detailing software installations and virtual machine configurations needed for various modules. It includes specific commands for installing tools like Joomscan, Esteemaudit, Alacarte, jhead, and Print Nightmare. Each installation is aimed at enhancing the capabilities for advanced penetration testing and ethical hacking practices.

Uploaded by

Suranga Nilhan
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views2 pages

Kali Linux Pen Testing Setup Guide

The document outlines pre-configuration steps for the Advanced Kali Linux course, detailing software installations and virtual machine configurations needed for various modules. It includes specific commands for installing tools like Joomscan, Esteemaudit, Alacarte, jhead, and Print Nightmare. Each installation is aimed at enhancing the capabilities for advanced penetration testing and ethical hacking practices.

Uploaded by

Suranga Nilhan
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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

You might also like