diff --git a/chef/cookbooks/metasploitable/attributes/unrealircd.rb b/chef/cookbooks/metasploitable/attributes/unrealircd.rb new file mode 100644 index 0000000..de18391 --- /dev/null +++ b/chef/cookbooks/metasploitable/attributes/unrealircd.rb @@ -0,0 +1,3 @@ +default[:unrealircd][:files_path] = File.join(default[:metasploitable][:files_path], 'drupal') +default[:unrealircd][:install_dir] = '/opt/unrealircd' +default[:unrealircd][:download_url] = 'https://www.exploit-db.com/apps' \ No newline at end of file