Skip to content

Commit

Permalink
Merge pull request #216 from adfoster-r7/update-healthchecks-for-expl…
Browse files Browse the repository at this point in the history
…oit-files

Update health checks for exploit files
  • Loading branch information
adfoster-r7 authored Oct 7, 2024
2 parents c1b915d + 982933c commit 8899d9c
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,13 +35,10 @@ 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
# Files in this path are currently attached to exploits and do not need to pass system-specific omnibus health checks
whitelist_file "#{install_dir}/embedded/framework/data/exploits/.*"
whitelist_file "#{install_dir}//embedded/framework/data/exploits/.*"

# 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 8899d9c

Please sign in to comment.