Setup
This is a short walkthrough for preparing for the Vulnerability Assessment & Reporting class by Sky in January. You’re not expected to spend time outside of drill, but if you wish to do so, you’re more than welcome. I will give time in January for the setup.
Kali
You should have already setup Kali from the Kali block. There is one small change, however, and that’s changing the network adapter:
- Open VMWare
- Click on your Kali VM
- Edit virtual machine settings
- Network Adapter: NAT ->
OK - Login to Kali
- Type
ip addrto check your IP Address. (It shouldn’t match the lab…) - Open a terminal
- Type
nikto -Versionto ensure your installed nikto tool is current (2.5.0 at the time of this writing) - If it’s not up to date, github it.
NOTE Don’t forget to change this setting back if you’re using Kali for The Lab.
Kioptrix
- Download Kioptrix Level 1 on your host machine
- Unzip the contents somewhere of your choosing
- Navigate to the file until you see all of the contents
- Open up ‘Kioptrix Level 1’ with the type of ‘VMware virtual machine configuration’ in a text editor
- Locate the text ‘bridged’ and replace it with ‘NAT’
- I had two locations: ethernet0.networkName on line 35, ethernet0.connectionType on line 73
Open up VMWare Pro
Select Open a Virtual Machine
Navigate to the Kioptrix folder and select the machine
Ensure the Network Adapter is set to NAT, rest of the defaults are fine
Boot up Kioptrix
Username:
johnpassword:TwoCows2Type
ping -c 1 8.8.8.8and to check you have a working IP address
Nessus
Visit Nessus website
Select your version and platform (Linux - Ubuntu - amd64)
Click Download
Click I Agree
Open a terminal and navigate to the downloaded file
Type
sudo dpkg -i Nessusand tab to autocomplete the fileRefer to the output for the next command
Type
/bin/systemctl start nessusd.serviceGo to your browser and type in
https://kali:8834or whatever the previous output statement referredIf a screen advises the site may be unsecure, go to it anyways
Click Continue
Register for Nessus Essentials
Type in your information - Doesn’t need to be your real name
Copy the Activation Code and save it somewhere
Wait for everything to download and configure (may take a while)

