Add ed25519 gem to bundle for ssh_login_pubkey

Needed for that key type.
GSoC/Meterpreter_Web_Console
William Vu 2018-09-28 01:24:13 -05:00
parent 5d927399c7
commit 252d594186
2 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ PATH
bcrypt_pbkdf
bit-struct
dnsruby
ed25519
faker
filesize
jsobfu
@ -123,6 +124,7 @@ GEM
dnsruby (1.61.2)
addressable (~> 2.5)
docile (1.3.1)
ed25519 (1.2.4)
erubis (2.7.0)
eventmachine (1.2.7)
factory_bot (4.11.1)

View File

@ -132,6 +132,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'mqtt'
spec.add_runtime_dependency 'net-ssh'
spec.add_runtime_dependency 'bcrypt_pbkdf'
spec.add_runtime_dependency 'ed25519'
spec.add_runtime_dependency 'ruby_smb'
#