File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,10 @@ def has_windows_metasploit_framework_repo?
35
35
# This depends on extra system libraries on OS X
36
36
whitelist_file "#{ install_dir } //embedded/framework/data/isight.bundle"
37
37
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/.*"
39
40
whitelist_file "#{ install_dir } //embedded/framework/data/exploits/.*"
40
41
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
-
45
42
# This depends on Openssl 1.x
46
43
whitelist_file "#{ install_dir } /embedded/lib/ruby/gems/#{ ruby_abi_version } /gems/metasploit-payloads.*"
47
44
You can’t perform that action at this time.
0 commit comments