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

8 lines
150 B
Ruby
Raw Permalink Normal View History

2017-08-11 20:36:04 +02:00
describe service('unrealircd') do
it { should be_enabled }
it { should be_running }
2017-08-23 18:19:18 +02:00
end
describe port('6697') do
it { should be_listening }
2017-08-11 20:36:04 +02:00
end