Skip to content

cuddlebugz/cybersec-home-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cybersecurity Home Lab

This project is based on CyberKraft's tutorial : https://www.youtube.com/playlist?list=PLUkY1OVVHzVktZOecfiDxdIodK4l5KkwY

Environment Setup

For this project, I am using Ubuntu 22.04 LTS as the main host.

Importing or Creating VM in Virtualbox

  • Kali Linux: Click on "Add" button and locate the .vbox downloaded
  • Metasploitable 2:
    • Click on "New"
    • Type and version: Linux, Ubuntu 64-bit
    • Hard Disk: Use an existing virtual hard disk file and locate the .vdi downloaded
  • Windows 10 Entreprise:
    • Click on "New"
    • Type and Version : Microsoft Windows, Windows 10 64-bit
    • Hard Disk: Create a virtual hard disk file for now
  • Windows Server 2019:
    • Click on "New"
    • Type and Version : Microsoft Windows, Windows 2019
    • Hard Disk: Create a virtual hard disk file for now

Feel free to rename the VM's name and to choose the snapshot location.

Verifying Network Configuration

For each virtual machine change the network adapter to "Bridged Adapter":

Once each network adapter has been changed. Turn them on one by one and write down their ip address and gateway. Eventually from Windows machines try to ping Linux machines. Note that Linux machines cannot ping Windows machine due to Windows defender or firewal. This will be dealt with later on.

Verify ip address with Linux machines

ip a

ifconfig 	# alternatively

Verify gateway with Linux machines

ip r

Verify ip address and gateway with Windows machines

ipconfig

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published