metasploitable3/chef/cookbooks/metasploitable/test/linux/proftpd.rb
2017-08-11 13:36:04 -05:00

8 lines
145 B
Ruby

describe port('21') do
it { should be_listening }
end
describe service('proftpd') do
it { should be_enabled }
it { should be_running }
end