dreadlocked / Drupalgeddon2

Exploit for Drupal v7.x + v8.x (Drupalgeddon 2 / CVE-2018-7600 / SA-CORE-2018-002)
580 stars 173 forks source link

error when running #55

Closed 0ktavandi closed 6 years ago

0ktavandi commented 6 years ago

Traceback (most recent call last): 2: from drupalgeddon2.rb:16:in <main>' 1: from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:inrequire' /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require': cannot load such file -- highline/import (LoadError)

g0tmi1k commented 6 years ago

Could you provide more information on your setup?

What's the OS? What version any/all the software you are using? What command did you run? Where did it say the output?

4nakata commented 6 years ago

Same problem OS : Ubuntu 16.04 X64 Ruby version : ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu] command: ruby drup2.rb host.com output : Traceback (most recent call last): 2: from drup2.rb:16:in

' 1: from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in require' /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:inrequire': cannot load such file -- highline/import (LoadError) `

iammyr commented 6 years ago

@0ktavandi and @4nakata : you need to run sudo gem install highline and do the above for any future missing dependencies

i've added this to the troubleshooting section in the readme https://github.com/dreadlocked/Drupalgeddon2/pull/57

dreadlocked commented 6 years ago

Pull request accepted for this kind of issues https://github.com/dreadlocked/Drupalgeddon2/pull/57.

Closing this issue.