Sha256: c82039795cc817c2c5b5bc3f04c6842f57c87a7a078066eabb4252ef21b5c036
Contents?: true
Size: 504 Bytes
Versions: 1
Compression:
Stored size: 504 Bytes
Contents
#!/usr/bin/env ruby require 'rubygems' root = File.expand_path(File.join(File.dirname(__FILE__),'..')) if File.directory?(File.join(root,'.git')) Dir.chdir(root) do begin require 'bundler/setup' rescue LoadError => e warn e.message warn "Run `gem install bundler` to install Bundler" exit -1 end end end require 'ronin/ui/console' require 'ronin/ui/cli/commands/console' Ronin::UI::Console.auto_load << 'ronin/scanners' Ronin::UI::CLI::Commands::Console.start
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ronin-scanners-1.0.0.pre1 | bin/ronin-scanners |