Skip to content

Commit

Permalink
Merge pull request #215 from adfoster-r7/ignore-healthchecks-on-explo…
Browse files Browse the repository at this point in the history
…it-files

Ignore healthchecks on exploit files
  • Loading branch information
adfoster-r7 authored Oct 7, 2024
2 parents d9f5f30 + b21118a commit c1b915d
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 c1b915d

Please sign in to comment.