From eeea4ab1a8f28260f6b21b6e9465c51b967b3ce4 Mon Sep 17 00:00:00 2001 From: Alan Foster Date: Tue, 16 Feb 2021 10:19:21 +0000 Subject: [PATCH] Clarify username and password --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a6bb31..75cbcc1 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,9 @@ Requirements: 3. After the base Vagrant box is created you need to add it to your Vagrant environment. This can be done with the command `vagrant box add packer/builds/windows_2008_r2_*_0.1.0.box --name=metasploitable3-win2k8`. 4. Use `vagrant plugin install vagrant-reload` to install the reload vagrant provisioner if you haven't already. 5. To start the VM, run the command `vagrant up win2k8`. This will start up the VM and run all of the installation and configuration scripts necessary to set everything up. This takes about 10 minutes. -6. Once this process completes, you can open up the VM within VirtualBox and login. The default credentials are U: vagrant and P: vagrant. +6. Once this process completes, you can open up the VM within VirtualBox and login. The default credentials are: + - Username: `vagrant` + - Password: `vagrant` Videos: