Skip to content
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

Cannot remote access beEF #1359

Closed
dev opened this issue Feb 18, 2017 · 4 comments
Closed

Cannot remote access beEF #1359

dev opened this issue Feb 18, 2017 · 4 comments

Comments

@dev
Copy link

dev commented Feb 18, 2017

Environment

Latest version of beEF
Ruby 2.3.0

Debian 7 (Wheezy)

Configuration

I'm using the default configuration
I did not enable/disable any beEF extension.

Summary

I cannot access the beEF webserver from another system/network.

Expected Behaviour

I should be able to connect to beEF but this is not working.

Actual Behaviour

> nc beefIP 3000-v
[beefIP] 3000 (?): TIMEDOUT (10060:10060)

Tried enabling debugging, have tried everything in this issue as well:
#1237

@bcoles
Copy link
Collaborator

bcoles commented Feb 19, 2017

Sounds like a network issue.

Have you tried disabling the DNS extension?

If you have multiple versions of Ruby installed, have you tried using an older version of Ruby?

@dev
Copy link
Author

dev commented Feb 19, 2017

I have tried using other versions and disabling the DNS extension did not fix it. :[

@bcoles
Copy link
Collaborator

bcoles commented Feb 19, 2017

@Legit it sounds like a network issue.

Can you confirm you've opened port 3000 in the host firewall? Verify with nc -lvp 3000 and see if you can connect from a remote host.

Can you confirm you can connect to the web interface on the local network interface http://127.0.0.1:3000 ?

In addition to enabling debugging with beef.debug: true, try also enabling HTTP debugging with beef.http.debug: true.

@dev
Copy link
Author

dev commented Feb 19, 2017

Thank you so much. I opened port 3000 before but then I restarted the server without doing iptables-save. Works great now!

@dev dev closed this as completed Feb 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants