Skip to content

Instantly share code, notes, and snippets.

@trosen-r7
Created May 30, 2013 23:33
Show Gist options
  • Save trosen-r7/5682074 to your computer and use it in GitHub Desktop.
Save trosen-r7/5682074 to your computer and use it in GitHub Desktop.
msbuilder@ubuntu:~$ cat /var/chef/cookbooks/web-target/recipes/default.rb
include_recipe "apt"
# Depedencies
include_recipe "web-target::apache2"
include_recipe "web-target::mysql"
include_recipe "web-target::postgresql"
include_recipe "web-target::tomcat"
# Web apps
include_recipe "web-target::dvwa"
include_recipe "web-target::shellol"
include_recipe "web-target::sqlol"
include_recipe "web-target::tikiwiki"
include_recipe "web-target::webdav"
include_recipe "web-target::websploit-tests"
include_recipe "web-target::xmlmao"
include_recipe "web-target::xssmh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment