@@ -82,9 +82,9 @@ Lab | Topic | Corresponding Lectures
82
82
### Repository Breakdown
83
83
* [ src/] ( /src ) - Source code for labs
84
84
* [ 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
88
88
89
89
## Labs - The RPISEC Warzone
90
90
@@ -125,7 +125,7 @@ VMware provides a great [2 minute video](https://www.youtube.com/watch?v=I6WfFLQ
125
125
<a href =" https://www.youtube.com/watch?v=I6WfFLQwoPg " ><img src =" /resources/images/vmware.png " alt =" Final " /></a >
126
126
</p >
127
127
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
129
129
2 . Extract the archive to obtain the disk image
130
130
3 . Using VMware go to ` File->New Virtual Machine... ` and create a Custom VM
131
131
4 . 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
180
180
181
181
** DO NOT RUN THIS SCRIPT ON YOUR PERSONAL COMPUTER, RUN IT IN A VIRTUAL MACHINE**
182
182
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 )
184
184
2 . Move the archive to your VM or machine and extract it <br >
185
185
** NOTE: It is not recommended to run the script from /tmp, as the sticky bits can screw up wildcards** <br >
186
186
``` $ tar xzvf MBE_release.tar.gz ```
0 commit comments