Sha256: 63c67d0ff45b1e3f07859f53252a3f28ba27a9c651b12eb7f62373c0333cf40a
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.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/cli/commands/scan/dork' Ronin::UI::CLI::Commands::Scan::Dork.start
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ronin-scanners-1.0.0.pre1 | bin/ronin-scan-dork |