metasploitable3/chef/cookbooks/metasploitable/test/linux/proftpd.rb

8 lines
145 B
Ruby
Raw Normal View History

2017-08-11 20:36:04 +02:00
describe port('21') do
it { should be_listening }
end
describe service('proftpd') do
it { should be_enabled }
it { should be_running }
end