Skip to content

Instantly share code, notes, and snippets.

@binjo
Created November 4, 2014 01:34
Show Gist options
  • Save binjo/086729e000a0bf28a8cd to your computer and use it in GitHub Desktop.
Save binjo/086729e000a0bf28a8cd to your computer and use it in GitHub Desktop.
Using packetfu (1.1.9)
Installing rb-readline (0.5.1)
Using robots (0.10.1)
Using sqlite3 (1.3.9)
Using metasploit-framework (4.10.1.pre.dev) from source at .
Using method_source (0.8.2)
Using network_interface (0.0.1)
Using pcaprub (0.11.3)
Using slop (3.6.0)
Using win32console (1.3.2)
Using pry (0.10.0)
Using redcarpet (3.1.2)
Using rspec-core (2.99.1)
Using rspec-mocks (2.99.2)
Using rspec (2.99.0)
Using rspec-collection_matchers (1.0.0)
Using rspec-rails (2.99.0)
Using shoulda-matchers (2.6.2)
Using simplecov-html (0.5.3)
Using simplecov (0.5.4)
Using timecop (0.7.1)
Using yard (0.8.7.4)
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
C:\repos\metasploit-framework (master)
λ ruby msfconsole -q
C:/Ruby193/lib/ruby/gems/1.9.1/gems/rb-readline-0.5.1/lib/rbreadline.rb:4381:in `initialize': undefined method `dlopen' for Fiddle:Module (NoMethodError)
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/rb-readline-0.5.1/lib/rbreadline.rb:4410:in `new'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/rb-readline-0.5.1/lib/rbreadline.rb:4410:in `<module:RbReadline>'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/rb-readline-0.5.1/lib/rbreadline.rb:17:in `<top (required)>'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `require'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `block in require'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:236:in `load_dependency'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `require'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/rb-readline-0.5.1/lib/readline.rb:10:in `<module:Readline>'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/rb-readline-0.5.1/lib/readline.rb:8:in `<top (required)>'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `require'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `block in require'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:236:in `load_dependency'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `require'
from C:/repos/metasploit-framework/lib/msf/ui/console/driver.rb:728:in `choose_readline'
from C:/repos/metasploit-framework/lib/msf/ui/console/driver.rb:57:in `initialize'
from C:/repos/metasploit-framework/lib/metasploit/framework/command/console.rb:44:in `new'
from C:/repos/metasploit-framework/lib/metasploit/framework/command/console.rb:44:in `driver'
from C:/repos/metasploit-framework/lib/metasploit/framework/command/console.rb:30:in `start'
from C:/repos/metasploit-framework/lib/metasploit/framework/command/base.rb:82:in `start'
from msfconsole:48:in `<main>'
C:\repos\metasploit-framework (master)
λ ruby -v
ruby 1.9.3p545 (2014-02-24) [i386-mingw32]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment