Merge pull request #5 from rapid7/flags

Add Flags
This commit is contained in:
jbarnett-r7 2016-09-23 14:18:11 -05:00 committed by GitHub
commit 9fa8a98523
11 changed files with 47 additions and 0 deletions

4
Vagrantfile vendored
View File

@ -57,4 +57,8 @@ Vagrant.configure("2") do |config|
# Configure Firewall to open up vulnerable services
config.vm.provision :shell, path: "scripts/configs/configure_firewall.bat"
config.vm.provision :shell, inline: "rm C:\\tmp\\vagrant-shell.bat" # Hack for this bug: https://github.com/mitchellh/vagrant/issues/7614
# Configure flags
config.vm.provision :shell, path: "scripts/installs/install_flags.bat"
config.vm.provision :shell, inline: "rm C:\\tmp\\vagrant-shell.bat" # Hack for this bug: https://github.com/mitchellh/vagrant/issues/7614a
end

BIN
resources/flags/ace_of_hearts.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 KiB

Binary file not shown.

BIN
resources/flags/hahaha.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 KiB

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long