Skip to content

Virtual lab for practicing netcat and NMAP. Hypervisor: Oracle Virtual Box, Linux Distribution: Kali Linux, Vulnerable Machine: Metasploitable

Notifications You must be signed in to change notification settings

kienmarkdo/Netcat-NMAP-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Netcat-NMAP-Lab

Virtual lab for practicing netcat and NMAP in the course "CEG 3585 Communications de données et réseautage" (Data Communications and Networking) for the Summer 2023 academic term with Professor Miguel Garzon.

The followings tools were used.

  • Hypervisor: Oracle Virtual Box
  • Linux Distribution: Kali Linux
  • Vulnerable Machine: Metasploitable

NOTE: The following instructions were written by me, Kien Do, in May 2023, as a self-note for learning purposes. These instructions may not be applicable in the future.

Installation instructions

Setup Instructions

  • Add Kali Linux VM
    • Open Oracle Virtual Box (Oracle VM VirtualBox Manager)
    • Click Add
    • Select "kali-linux-2023.1-virtualbox-amd64"
    • Double click on the newly added Kali Linux VM on the left column to open it
    • To resize the window, go to the View tab -> Auto-resize Guest Display
    • Username: kali
    • Password: kali
  • Add Metasploitable2 VM
    • Open Oracle Virtual Box (Oracle VM VirtualBox Manager)
    • Click New
    • Select Expert Mode
      • Name: Metasploitable -- Type: Linux -- Version: Ubuntu (64-bit)
      • Under Hard Disk, select "Use an Existing Virtual Hard Disk File"
      • Click the folder icon, navigate to your Metasploitable2 folder and select it
      • Click Finish
    • Username: msfadmin
    • Password: msfadmin
  • Additional Configurations
    • On Oracle VM VirtualBox Manager
      • Tools -> 3 buttons on the right -> Network (see image below) -> NAT Networks -> Create
    • Click the Kali Linux VM (kali-linux--virtualbox-amd64) on the left column -> Settings -> Network -> Attached to: NAT Network -> Name: NatNetwork -> Advanced -> Promiscuous mode: Allow All -> Ok
    • Do the same thing for the Metasploitable VM

About

Virtual lab for practicing netcat and NMAP. Hypervisor: Oracle Virtual Box, Linux Distribution: Kali Linux, Vulnerable Machine: Metasploitable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published