Sha256: 22744d67910e8f06c6659853d86e36435ddb04f44c2eba2f12ddd462eb715541
Contents?: true
Size: 433 Bytes
Versions: 1
Compression:
Stored size: 433 Bytes
Contents
#!/usr/bin/env ruby require 'rubygems' root = File.expand_path(File.join(File.dirname(__FILE__),'..')) if File.file?(File.join(root,'Gemfile.lock')) 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/cli/commands/wordlist' Ronin::UI::CLI::Commands::Wordlist.start
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ronin-1.5.1 | bin/ronin-wordlist |