-
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
my link hook dont work #2533
Comments
It looks like you're using ngrok. Have you followed the instructions in the wiki? https://github.com/beefproject/beef/wiki/FAQ#how-do-i-configure-beef-with-ngrok Be sure to refresh the hooked page after restarting BeEF. |
Hi, i made it correctly, but doesnt work( |
could it be due to the use of a virtual machine? |
Where did you get stuck during trouble shooting? |
I dont have errors on browser or terminal, how i can hook a browser locally? I can try it |
Remove the public host and port settings from the config file. Access the demo page via a LAN interface or the loopback interface. |
ok, i try it now |
can you view my file? I think I didn't set it up... beef: |
and i find some errors - E, [2022-08-08T14:18:50.413901 #2174] ERROR -- BeEF: [AdminUI] Error: Could not minify JavaScript file: web_ui_auth |
The public host and public port aren't configured if that's what you're asking. |
this is bad? |
BeEF is not working for you. You will need to perform troubleshooting. Revert all your changes back to the default. Makse sure BeEF works. Then change one thing at a time and test that each change works. |
ok, thanks |
Now i have it problem - An error occurred while installing xmlrpc (0.3.2), and Bundler cannot In Gemfile: |
Does beef run?
|
no. Type it Could not find em-websocket-0.5.3, uglifier-4.2.0, otr-activerecord-2.1.1, http-cookie-1.0.5 in any of the sources |
Please paste the full output of |
┌──(kali㉿kali)-[~/beef] An error occurred while installing ansi (1.5.0), and Bundler cannot In Gemfile: Bundler::GemNotFound: Could not find buftok-0.2.0.gem for installation An error occurred while installing buftok (0.2.0), and Bundler cannot In Gemfile: Bundler::GemNotFound: Could not find unf-0.1.4.gem for installation An error occurred while installing unf (0.1.4), and Bundler cannot In Gemfile: Bundler::GemNotFound: Could not find http_parser.rb-0.6.0.gem for installation An error occurred while installing http_parser.rb (0.6.0), and Bundler In Gemfile: Bundler::GemNotFound: Could not find equalizer-0.0.11.gem for installation An error occurred while installing equalizer (0.0.11), and Bundler cannot In Gemfile: Bundler::GemNotFound: Could not find erubis-2.7.0.gem for installation An error occurred while installing erubis (2.7.0), and Bundler cannot In Gemfile: Bundler::GemNotFound: Could not find execjs-2.8.1.gem for installation An error occurred while installing execjs (2.8.1), and Bundler cannot In Gemfile: Bundler::GemNotFound: Could not find hashie-forbidden_attributes-0.1.1.gem for An error occurred while installing hashie-forbidden_attributes (0.1.1), In Gemfile: Bundler::GemNotFound: Could not find maxmind-db-1.1.1.gem for installation An error occurred while installing maxmind-db (1.1.1), and Bundler cannot In Gemfile: Bundler::GemNotFound: Could not find thread_safe-0.3.6.gem for installation An error occurred while installing thread_safe (0.3.6), and Bundler cannot In Gemfile: Bundler::GemNotFound: Could not find naught-1.1.0.gem for installation An error occurred while installing naught (1.1.0), and Bundler cannot In Gemfile: Bundler::GemNotFound: Could not find netrc-0.11.0.gem for installation An error occurred while installing netrc (0.11.0), and Bundler cannot In Gemfile: Bundler::GemNotFound: Could not find simple_oauth-0.3.1.gem for installation An error occurred while installing simple_oauth (0.3.1), and Bundler In Gemfile: Bundler::GemNotFound: Could not find xmlrpc-0.3.2.gem for installation An error occurred while installing xmlrpc (0.3.2), and Bundler cannot In Gemfile: ┌──(kali㉿kali)-[~/beef] |
Welp. You're going to need to install the dependencies to get BeEF working. |
i make it, but i have this is problem |
You can try installing each of the missing gems manually. Removing |
there i can find Gemfile.lock? |
Something is already listening on port 3000. You can check what is running on port 3000 with |
The text was updated successfully, but these errors were encountered: