Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't install gem bundler #122

Closed
acekingred opened this issue Oct 21, 2018 · 1 comment
Closed

can't install gem bundler #122

acekingred opened this issue Oct 21, 2018 · 1 comment

Comments

@acekingred
Copy link

Needed by anemone crawler

spec.add_runtime_dependency 'nokogiri'

Needed by db.rb and Msf::Exploit::Capture

spec.add_runtime_dependency 'packetfu'

For sniffer and raw socket modules

spec.add_runtime_dependency 'pcaprub'

Used by the Metasploit data model, etc.

bound to 0.20 for Activerecord 4.2.8 deprecation warnings:

ged/ruby-pg@c90ac64

17090
spec.add_runtime_dependency 'pg', '0.20.0'

Run initializers for metasploit-concern, metasploit-credential, metasplo

t_data_models Rails::Engines
spec.add_runtime_dependency 'railties'

required for OS fingerprinting

spec.add_runtime_dependency 'recog'

required for bitlocker fvek extraction

spec.add_runtime_dependency 'openssl-ccm'

Needed for documentation generation

spec.add_runtime_dependency 'octokit'
spec.add_runtime_dependency 'redcarpet'

Needed for Microsoft patch finding tool (msu_finder)

spec.add_runtime_dependency 'patch_finder'

Required for msfdb_ws (Metasploit data base as a webservice)

spec.add_runtime_dependency 'thin'
spec.add_runtime_dependency 'sinatra'
spec.add_runtime_dependency 'sysrandom'
spec.add_runtime_dependency 'warden'

TimeZone info

spec.add_runtime_dependency 'tzinfo-data'

Gem for dealing with SSHKeys

spec.add_runtime_dependency 'sshkey'

BitStruct Library used for handling certain Protocol Header/Packet const

uction
spec.add_runtime_dependency 'bit-struct'

Library for interpreting Windows error codes and strings

spec.add_runtime_dependency 'windows_error'

This used to be depended on by nokogiri, depended on by wmap

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.3.0')
spec.add_runtime_dependency 'xmlrpc'
end

File Parsing Libraries

Needed by auxiliary/gather/http_pdf_authors module

spec.add_runtime_dependency 'pdf-reader'
spec.add_runtime_dependency 'ruby-macho'

Protocol Libraries

spec.add_runtime_dependency 'dnsruby'
spec.add_runtime_dependency 'mqtt'
spec.add_runtime_dependency 'net-ssh'
spec.add_runtime_dependency 'ed25519' # Adds ed25519 keys for net-ssh
spec.add_runtime_dependency 'bcrypt_pbkdf'
spec.add_runtime_dependency 'ruby_smb'

REX Libraries

Core of the Ruby Exploitation Library

spec.add_runtime_dependency 'rex-core'

Text manipulation library for things like generating random string

spec.add_runtime_dependency 'rex-text'

Library for Generating Randomized strings valid as Identifiers such as v

riable names
spec.add_runtime_dependency 'rex-random_identifier'

library for creating Powershell scripts for exploitation purposes

spec.add_runtime_dependency 'rex-powershell'

Library for processing and creating Zip compatbile archives

spec.add_runtime_dependency 'rex-zip'

Library for parsing offline Windows Registry files

spec.add_runtime_dependency 'rex-registry'

Library for parsing Java serialized streams

spec.add_runtime_dependency 'rex-java'

Library for C-style structs

spec.add_runtime_dependency 'rex-struct2'

Library which contains architecture specific information such as registe

s, opcodes,

and stack manipulation routines.

spec.add_runtime_dependency 'rex-arch'

Library for working with OLE.

spec.add_runtime_dependency 'rex-ole'

Library for creating and/or parsing MIME messages.

spec.add_runtime_dependency 'rex-mime'

Library for Dynamic Multi-byte x86 NOP generation

spec.add_runtime_dependency 'rex-nop'

Library for parsing and manipulating executable binaries

spec.add_runtime_dependency 'rex-bin_tools'

Rex Socket Abstraction Layer

spec.add_runtime_dependency 'rex-socket'

Library for scanning a server's SSL/TLS capabilities

spec.add_runtime_dependency 'rex-sslscan'

Library and tool for finding ROP gadgets in a supplied binary

spec.add_runtime_dependency 'rex-rop_builder'

Library for polymorphic encoders; used for payload encoding

spec.add_runtime_dependency 'rex-encoder'

Library for exploit development helpers

spec.add_runtime_dependency 'rex-exploitation'

Command line editing, history, and tab completion in msfconsole

spec.add_runtime_dependency 'rb-readline'

Needed by some modules

spec.add_runtime_dependency 'rubyzip'

Needed for some post modules

spec.add_runtime_dependency 'sqlite3'

required for Time::TZInfo in ActiveSupport

spec.add_runtime_dependency 'tzinfo'

Needed so that disk size output isn't horrible

spec.add_runtime_dependency 'filesize'

Needed for openvas plugin

spec.add_runtime_dependency 'openvas-omp'

Needed by metasploit nessus bridge

spec.add_runtime_dependency 'nessus_rest'

Nexpose Gem

spec.add_runtime_dependency 'nexpose'

Needed for NDMP sockets

spec.add_runtime_dependency 'xdr'

Needed for ::Msf...CertProvider

spec.add_runtime_dependency 'faker'
end


--- TEMPLATE END -----------------------------------------------------------
----

Unfortunately, an unexpected error occurred, and Bundler cannot continue.

First, try this link to see if there are any existing issue reports for this
error:
https://github.com/bundler/bundler/search?q=Failed+to+open+TCP+connection+to
index.rubygems.org+443+%28No+such+file+or+directory+-+fstat%282%29%29&type=I
sues

If there aren't any reports for this error yet, please create copy and paste
the report template above into a new issue. Don't forget to anonymize any pr
vate data! The new issue form is located at:
https://github.com/bundler/bundler/issues/new

@thomashaw
Copy link
Collaborator

Doesn't look like a SecGen issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants