Skip to content

Latest commit

 

History

History
75 lines (39 loc) · 2.39 KB

File metadata and controls

75 lines (39 loc) · 2.39 KB

Snapshots, Snapshots, Snapshots

Introduction

Snapshots in VirtualBox are saved states of a virtual machine (VM) at a specific point in time. When you take a snapshot, VirtualBox records the entire state of the VM—including its disk, memory, and settings—allowing you to return to that exact point later.

Importance of Taking Snapshots:

  • Testing and Experimentation: You can try out new software, updates, or system configurations without risk. If something breaks, simply revert to the snapshot.
  • Safe Rollback: Before making major changes (like installing Guest Additions, changing network settings, or running potentially harmful code), taking a snapshot ensures you can easily undo the changes.
  • Faster Recovery: Instead of reinstalling or troubleshooting a broken VM, you can quickly restore it to a known good state.

Network Checks

Ensure all VMs are running.

image.png

Log in to Kali

image.png

Go to Windows 11 VM and disable the Microsoft Defender Firewall.

image.png

Select Firewall and Network Protection.

image.png

Select Domain network.

image.png

Turn off Microsoft Defender Firewall

image.png

When prompted, log in with the domain Administrator account.

image.png

Go back to Linux and ping the Windows 11 VM (10.0.1.2)

As seen below it was successful. Hit ctrl-c to stop the ping.

image.png

Now ping the Domain Controller (10.0.1.3)

image.png

Lastly, ping Metasploitable (10.0.1.13)

image.png

Once again, we were successful. So the Kali VM can ping all the devices in the ECorp subnet.

Now that everything is working correctly, we want to take snapshots of all the VMs so that we can revert back to this state when needed.

Take Snapshots.

Highlight pfSense and select the hamburger menu. From there select Snapshots.

image.png

Select the Take button.

image.png

Select a name for the snapshot.

image.png

Repeat the same steps for all the VMs.