@@ -82,9 +82,9 @@ Lab | Topic | Corresponding Lectures
8282### Repository Breakdown
8383* [ src/] ( /src ) - Source code for labs
8484* [ setup_wargame.sh] ( /setup_wargame.sh ) ,[ external_tools.sh] ( /external_tools.sh ) - Install scripts to setup MBE on an Ubuntu 14.04 32-bit machine
85- * [ MBE_release.tar.gz] ( https://github.com/RPISEC/MBE/releases/download/v1.0_release /MBE_release.tar.gz ) - Binaries for labs and projects
86- * [ MBE_lectures.tar.gz] ( https://github.com/RPISEC/MBE/releases/download/v1.0_release /MBE_lectures.tar.gz ) - PDFs of all lecture slides
87- * [ MBE_VM.vmdk.gz] ( https://github.com/RPISEC/MBE/releases/download/v1.0_release /MBE_VM.vmdk.gz ) - A vmdk (disk image) of a VM that is already setup
85+ * [ MBE_release.tar.gz] ( https://github.com/RPISEC/MBE/releases/download/v1.1_release /MBE_release.tar.gz ) - Binaries for labs and projects
86+ * [ MBE_lectures.tar.gz] ( https://github.com/RPISEC/MBE/releases/download/v1.1_release /MBE_lectures.tar.gz ) - PDFs of all lecture slides
87+ * [ MBE_VM.vmdk.gz] ( https://github.com/RPISEC/MBE/releases/download/v1.1_release /MBE_VM.vmdk.gz ) - A vmdk (disk image) of a VM that is already setup
8888
8989## Labs - The RPISEC Warzone
9090
@@ -125,7 +125,7 @@ VMware provides a great [2 minute video](https://www.youtube.com/watch?v=I6WfFLQ
125125<a href =" https://www.youtube.com/watch?v=I6WfFLQwoPg " ><img src =" /resources/images/vmware.png " alt =" Final " /></a >
126126</p >
127127
128- 1 . Download [ MBE_VM.vmdk.gz] ( https://github.com/RPISEC/MBE/releases/download/v1.0_release /MBE_VM.vmdk.gz ) from our release page
128+ 1 . Download [ MBE_VM.vmdk.gz] ( https://github.com/RPISEC/MBE/releases/download/v1.1_release /MBE_VM.vmdk.gz ) from our release page
1291292 . Extract the archive to obtain the disk image
1301303 . Using VMware go to ` File->New Virtual Machine... ` and create a Custom VM
1311314 . When prompted for ` Guest Operating System Installation ` , select ` I will install the operating system later `
@@ -180,7 +180,7 @@ We have provided a bash script that will fully setup the exact environment in th
180180
181181** DO NOT RUN THIS SCRIPT ON YOUR PERSONAL COMPUTER, RUN IT IN A VIRTUAL MACHINE**
182182
183- 1 . Download [ MBE_release.tar.gz] ( https://github.com/RPISEC/MBE/releases/download/v1.0_release /MBE_release.tar.gz )
183+ 1 . Download [ MBE_release.tar.gz] ( https://github.com/RPISEC/MBE/releases/download/v1.1_release /MBE_release.tar.gz )
1841842 . Move the archive to your VM or machine and extract it <br >
185185 ** NOTE: It is not recommended to run the script from /tmp, as the sticky bits can screw up wildcards** <br >
186186 ``` $ tar xzvf MBE_release.tar.gz ```
0 commit comments