-
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
#### Hook url not working (ERR_CONNECTION_TIMED_OUT) #1237
Comments
That's unusual. Did you remember to (re)start BeEF after changing the adapter to bridged, and use the appropriate hook URL for the bridged IP address? Can the other hosts access pages apart from the demo pages? Does it work with the metasploit extension disabled? |
"Did you remember to (re)start BeEF after changing the adapter to bridged" yes did that, also the win7 is not on wm, and it doesn't work, same problem err_connection_timed_out |
Thanks for providing your config.yaml - that's helpful. It sounds like a network issue. Can you |
"Can you ping the BeEF server from the zombie" ping is 215ms this site can't be reached |
well guys i am using beef on kali linux 32 On Fri, Apr 1, 2016 at 11:30 AM, gitman99 [email protected] wrote:
|
@mcnightstricker i'm using it on 64 but i don't think that there is much difference, any way it's still not working and google is not giving answers |
same issue here is BeEF broken at the moment? |
@ryeacierto @gitman99 @mcnightstricker - confirming you all have the same issue:
If this is not what you're experiencing please create a new issue. Moving on, your description indicates the web server is not starting properly (or is firewalled). This is bad, as both the Admin UI and JS hook are served from the web server. Please try the following and let us know how it goes:
BeEF is working fine for me on Fedora 19 and Kali 1.0.6 and 2016.1 with various versions of Ruby. I had to install rbenv on Kali 2016.1 to manage Ruby versions as the default Ruby install was causing me issues with several tools (BeEF, metasploit, bettercap, etc...) |
@ryeacierto @gitman99 @mcnightstricker Looks like this might be an issue with the DNS extension as per #1249. Likely related to the version of the rubydns gem. Can you try disabling the DNS extension in |
yes the problem appears when ruby is updated to the 2.3.0 version
I just block the ruby updating and it works fine |
my sata cable, i'll try this when i get my laptop fixed |
Hey, I'm new to Kali linux. I'm running Kali on VirtualBox, and I'm running into the same issue. Thank you for your time. :) |
Can you please help I cannot still fix it |
Environment
What version/revision of BeEF are you using?
0.4.7.0-alpha last one i reinstall it yesterday
On what version of Ruby?
last one i just update it (sudo apt-get install ruby-full)
On what browser?
Google chrome , Mozilla
On what operating system?
zombie machine vm windows10 and win 8.1
win 7
and i'm currently using kali linux
Configuration
here is my yaml config
Copyright (c) 2006-2016 Wade Alcorn - [email protected]
Browser Exploitation Framework (BeEF) - http://beefproject.com
See the file 'doc/COPYING' for copying permission
BeEF Configuration file
beef:
version: '0.4.7.0-alpha'
# More verbose messages (server-side)
debug: false
# More verbose messages (client-side)
client_debug: false
# Used for generating secure tokens
crypto_default_value_length: 80
Have you enabled or disabled any BeEF extensions?
metasploit set it to true
Summary
the problem is really simple, the hook url is working in my own browser but not in other machines
Expected Behavior
display the basic demo page
Actual Behaviour
it display this error when you click on the hook url: err_connection_timed_out
Additional Information
i switched my network config in the vm to bridge so it could have it own ip
i tried to set the time out to 5000ms. but no result
The text was updated successfully, but these errors were encountered: