Mod 2 - Intro to Kali

Notes

Vocabulary & Key Terms


Virtual Machine (VM)

A virtual operating system running on top of a hypervisor


Hypervisor

A Hypervisor is software that allows a host machine to create and run VMs


Operating System (OS)

An Operating System manages:

Commands, Tools, or Techniques


Useful Commands


Logging into the Cyber Range

  1. Go to https://range.leahycenter.org
  2. Enter your Champlain email to be sent a one time code
  3. Enter your proxmox username and password.
  4. Use the realm outreach.local
  5. Login

Adding a new user

  1. use sudo su to become superuser
  2. type adduser <user_name> to create a user
  3. Set the password (the adduser command will ask for the password)
  4. Add the user to the sudo group using usermod -aG sudo <user_name>

Useful Resources

Slides