metasploitable3/chef/cookbooks/metasploitable/attributes/default.rb

23 lines
925 B
Ruby
Raw Normal View History

#
# Cookbook:: metasploitable
# Attributes:: default
#
default[:metasploitable][:docker_users] = ['boba_fett',
'jabba_hutt',
'greedo',
'chewbacca',]
default[:metasploitable][:files_path] = '/vagrant/chef/cookbooks/metasploitable/files/'
2017-07-06 21:52:39 +02:00
2017-07-07 00:08:33 +02:00
default[:metasploitable][:ports] = { :cups => 631,
:apache => 80,
:unrealircd => 6697,
:proftpd => 21,
:mysql => 3306,
:chatbot_ui => 80,
:chatbot_nodejs => 3000,
2017-07-13 19:50:14 +02:00
:readme_app => 3500,
:sinatra => 8181,
2017-07-07 00:08:33 +02:00
:samba => 445
}