Sha256: c61f01444d77e25d343a473da15130e3919ee362ca56b2d362cff30231a676c2
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/nmap' Ronin::UI::CLI::Commands::Scan::Nmap.start
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ronin-scanners-1.0.0.pre1 | bin/ronin-scan-nmap |