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 b21118a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/software/metasploit-framework.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def has_windows_metasploit_framework_repo?

# This depends on libfuse
whitelist_file "#{install_dir}/embedded/framework/data/exploits/CVE-2016-4557/hello"
whitelist_file "#{install_dir}/embedded/framework/data/exploits/CVE-2023-0386/cve_2023_0386.x64.elf"

# 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 b21118a

Please sign in to comment.