Skip to content

Commit

Permalink
Ignore healthchecks on exploit files
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Oct 7, 2024
1 parent d9f5f30 commit 77c2dbe
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions config/software/metasploit-framework.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@ def has_windows_metasploit_framework_repo?
# This depends on extra system libraries on OS X
whitelist_file "#{install_dir}//embedded/framework/data/isight.bundle"

# Files in this path are currently attached to exploits and required `bad` binaries
whitelist_file "#{install_dir}//embedded/framework/data/exploits/.*"

# This depends on libfuse
whitelist_file "#{install_dir}/embedded/framework/data/exploits/CVE-2016-4557/hello"
# Files in this path are currently attached to exploits and `bad` binaries that will fail healthchecks
whitelist_file %r{#{install_dir}//embedded/framework/data/exploits/.*}

# This depends on Openssl 1.x
whitelist_file "#{install_dir}/embedded/lib/ruby/gems/#{ruby_abi_version}/gems/metasploit-payloads.*"
Expand Down

0 comments on commit 77c2dbe

Please sign in to comment.