metasploitable3/chef/cookbooks/metasploitable/test/linux/unrealircd.rb
2017-08-23 11:19:18 -05:00

8 lines
150 B
Ruby

describe service('unrealircd') do
it { should be_enabled }
it { should be_running }
end
describe port('6697') do
it { should be_listening }
end