-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
There was an error while trying to load the gem 'uglifier' #1504
Comments
The issue is probably related to the You can try removing the |
Does the patch in the comment at the end of this thread work for you? |
I had the very same issue, and changing the version of the |
I've been able to reproduce this issue on Fedora 27. Bumping the version of |
root@root:/home/rootubuntu/Desktop/hck/beef# ./update-beef |
help me man :D |
@Nicholasjaar what have you tried? What OS? Are you using rvm/rbenv? Are you using BeEF from GitHub or a packaged version? |
hayır ben windowv yanında lubuntu işletim sistemi kullanıyor. paketi github dan çektim masaüstü indirdi.. ve böyle yükledi |
@Nicholasjaar rm Gemfile.lock
bundle install Bu işe yaramazsa, rm Gemfile.lock
bundle install |
ok şimdi deniyorum.. |
@bcoles root@root:/home/rootubuntu/Desktop/hck/beef# rm Gemfile root@root:/home/rootubuntu/Desktop/hck/beef# bunları beef doyası ıcındeyken uyguladım |
You deleted Bunu dene
|
Bazı sistemler Bazı sistemler Bunu yapıyoruz ama çok iyi çalışmıyor if RUBY_PLATFORM.downcase.include?('linux')
if File.readlines('/etc/os-release').grep(/^ID=(kali|parrot)/).any?
gem 'therubyracer', '0.12.2'
else
gem 'therubyracer', '0.12.3'
end
end Bunu dene diff --git a/Gemfile b/Gemfile
index 40eff9a..e26eacc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,13 +25,7 @@ gem 'espeak-ruby', '>= 1.0.4' # Text-to-Voice
gem 'nokogiri', '>= 1.7'
gem 'rake'
-if RUBY_PLATFORM.downcase.include?('linux')
- if File.readlines('/etc/os-release').grep(/^ID=(kali|parrot)/).any?
- gem 'therubyracer', '0.12.2'
- else
- gem 'therubyracer', '0.12.3'
- end
-end
+gem 'therubyracer', '0.12.2'
# SQLite support
group :sqlite do o zaman bunu dene
|
In Gemfile: |
Could not find gem 'eventmachine' in any of the gem sources listed in your Gemfile. ben bundle install diyor fakat sığır uyanmıyor.. |
root@root:/home/rootubuntu/Desktop/hck/beef# beef |
|
root@root:/home/rootubuntu/Desktop/hck/beef# beef |
böyle yanıt verdi |
That is not BeEF. That is a different program. Bunu dene |
|
terminale yazıyorum bunu ? grep eventmachine Gemfile.lock |
Yes. Check check if eventmachine is in |
Change to the BeEF directory.
|
gem 'eventmachine' |
1532 ve # 1503 bunun için bir çözüm varmı ? |
Unfortunately there is no patch yet. |
Did you get it working? |
root@root:/home/rootubuntu/Desktop/hck/beef# gem list bundler *** LOCAL GEMS *** bundler (1.15.1) |
uğraşıyorum.. |
Good luck :) |
An error occurred while installing eventmachine (1.0.9.1), and |
:) |
woaahhh !! sığır kalktı :D |
This issue should now be resolved. Closing. |
Verify first that your issue/request has not been posted previously:
Ensure you're using the latest version of BeEF.
Environment
What version/revision of BeEF are you using?
On what version of Ruby?
On what browser?
On what operating system?
Configuration
Are you using a non-default configuration?
Have you enabled or disabled any BeEF extensions?
Summary
Please provide a summary of the issue.
Expected Behaviour
What was the expected result?
Actual Behaviour
What was the actual result?
Steps to Reproduce
Please provide steps to reproduce this issue.
Additional Information
Please provide any additional information which may be useful in resolving this issue, such as debugging output and relevant screen shots.
The text was updated successfully, but these errors were encountered: