updating the vm procedure

This commit is contained in:
Amanda Rousseau
2017-03-23 17:41:33 -07:00
parent f153f04c2a
commit 59d3aae802

View File

@@ -25,8 +25,8 @@ Unzip the files below and open the .ovf file with VirtualBox
* OS: Windows 7 Service Pack 1 * OS: Windows 7 Service Pack 1
* Architecture: Intel 32bit * Architecture: Intel 32bit
* Username: IEUser * Username: victim
* Password: Passw0rd! * Password: re1012017
* IP Address: 192.168.0.2 * IP Address: 192.168.0.2
* Gateway: 192.168.0.1 * Gateway: 192.168.0.1
@@ -34,7 +34,7 @@ Unzip the files below and open the .ovf file with VirtualBox
* OS: Ubuntu 16.04.2 LTS Desktop * OS: Ubuntu 16.04.2 LTS Desktop
* Architecture: Intel 64bit * Architecture: Intel 64bit
* Username: Sniffer * Username: sniffer
* password re1012017 * password re1012017
* IP Address: 192.168.0.1 * IP Address: 192.168.0.1
* Gateway: 192.168.0.1 * Gateway: 192.168.0.1
@@ -65,6 +65,6 @@ Unzip the files below and open the .ovf file with VirtualBox
6. Sniffer VM: Devices->Shared Folders->Shared Folders Settings 6. Sniffer VM: Devices->Shared Folders->Shared Folders Settings
* On your Host, create a folder called `sniffershare` * On your Host, create a folder called `sniffershare`
* In virtual box select Add New Shared Folder icon and navigate to the folder you just created (sniffershare) * In virtual box select Add New Shared Folder icon and navigate to the folder you just created (sniffershare)
* In Sniffer VM, open the terminal and run command:`sudo mount -t vboxsf -o uid=$UID,gid=$(id -g) share ~/host` * In Sniffer VM, open the terminal and run command:`mkdir ~/host; sudo mount -t vboxsf -o uid=$UID,gid=$(id -g) sniffershare ~/host`
[Intro <- Back](https://securedorg.github.io/RE101/intro) | [Next -> Anatomy of PE](https://securedorg.github.io/RE101/section1.2) [Intro <- Back](https://securedorg.github.io/RE101/intro) | [Next -> Anatomy of PE](https://securedorg.github.io/RE101/section1.2)