Msfconsole Gemfile

This page summarizes the projects mentioned and recommended in the original post on /r/HowToHack

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • rubygems

    Library packaging and distribution for Ruby.

  • source 'https://rubygems.org' # Add default group gems to `metasploit-framework.gemspec`: # spec.add_runtime_dependency '', [] gemspec name: 'metasploit-framework' gem 'sqlite3', '~>1.3.0' # separate from test as simplecov is not run on travis-ci group :coverage do # code coverage for tests gem 'simplecov', '0.18.2' end group :development do # Markdown formatting for yard gem 'redcarpet' # generating documentation gem 'yard' # for development and testing purposes gem 'pry-byebug' # module documentation gem 'octokit' # memory profiling gem 'memory_profiler' # cpu profiling gem 'ruby-prof' # Metasploit::Aggregator external session proxy # disabled during 2.5 transition until aggregator is available #gem 'metasploit-aggregator' end group :development, :test do # automatically include factories from spec/factories gem 'factory_bot_rails' # Make rspec output shorter and more useful gem 'fivemat' # running documentation generation tasks and rspec tasks gem 'rake' # Define `rake spec`. Must be in development AND test so that its available by default as a rake test when the # environment is development gem 'rspec-rails' gem 'rspec-rerun' gem 'rubocop' gem 'swagger-blocks' end group :test do # Manipulate Time.now in specs gem 'timecop' end

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts