Skip to content
Brent Cook edited this page Dec 16, 2016 · 7 revisions

Build instructions

  • Merge a PR to master. Every merge to master will build a new Gem automatically!
  • After about 20 minutes, the gem will be built and show up here: https://rubygems.org/gems/metasploit-payloads
  • On your metasploit-framework PR, update metasploit-framework.gemspec to point to the new gem version
  • In metasploit-framework, run 'bundle update' to update the Gemfile* files
  • In metasploit-framework, run './tools/modules/update_payload_cached_sizes.rb' to update the payload cached sizes
  • Commit, merge, enjoy!
Clone this wiki locally