metasploitable3/chef/cookbooks/metasploitable/test/windows/7zip.rb

9 lines
247 B
Ruby
Raw Normal View History

2017-07-06 05:25:40 +02:00
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