Skip to content

Commit 8899d9c

Browse files
authored
Merge pull request #216 from adfoster-r7/update-healthchecks-for-exploit-files
Update health checks for exploit files
2 parents c1b915d + 982933c commit 8899d9c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

config/software/metasploit-framework.rb

+2-5
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,10 @@ def has_windows_metasploit_framework_repo?
3535
# This depends on extra system libraries on OS X
3636
whitelist_file "#{install_dir}//embedded/framework/data/isight.bundle"
3737

38-
# Files in this path are currently attached to exploits and required `bad` binaries
38+
# Files in this path are currently attached to exploits and do not need to pass system-specific omnibus health checks
39+
whitelist_file "#{install_dir}/embedded/framework/data/exploits/.*"
3940
whitelist_file "#{install_dir}//embedded/framework/data/exploits/.*"
4041

41-
# This depends on libfuse
42-
whitelist_file "#{install_dir}/embedded/framework/data/exploits/CVE-2016-4557/hello"
43-
whitelist_file "#{install_dir}/embedded/framework/data/exploits/CVE-2023-0386/cve_2023_0386.x64.elf"
44-
4542
# This depends on Openssl 1.x
4643
whitelist_file "#{install_dir}/embedded/lib/ruby/gems/#{ruby_abi_version}/gems/metasploit-payloads.*"
4744

0 commit comments

Comments
 (0)