Sha256: e0a38de3055f1b284ccc9e5cf9ce757771861de3a9fa499f84acea14f3780586
Contents?: true
Size: 409 Bytes
Versions: 9
Compression:
Stored size: 409 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require 'rubygems' root = File.expand_path(File.join(File.dirname(__FILE__),'..')) if File.file?(File.join(root,'Gemfile.lock')) Dir.chdir(root) do require 'bundler/setup' rescue LoadError => e warn e.message warn "Run `gem install bundler` to install Bundler" exit(-1) end end require 'ronin/exploits/cli' Ronin::Exploits::CLI.start
Version data entries
9 entries across 9 versions & 1 rubygems