metasploitable3/chef/cookbooks/metasploitable/test/windows/7zip.rb
2017-07-06 08:55:40 +05:30

9 lines
247 B
Ruby

control "7zip" do
title "Check 7zip"
desc "Check if choco installed 7zip. Installation script available at /scripts/chocolatey_installs/7zip.bat"
describe file('C:\\ProgramData\\chocolatey\\bin\\7z.exe') do
it { should exist }
end
end