Closed matthematt closed 6 years ago
Also changed cd usr/share/beef-xss/extensions/demos/html/butcher/index.html:
That didn't seem to work either, maybe I messed up somewhere?
Also using the git clone version of beef Also my beef is updated.
Eliminate ngrok from the equation. Does BeEF work locally?
I am trying to get ngrok to work over WAN, it seems to loads on other wifi connections. But I don't get the hook IP in my UI.
What does that mean?
That's not a valid URL. Presumable you set public
in config.yaml
to http://1bc24309.ngrok.io
. That's incorrect. That's a URL. The public
property expects a hostname.
Here are some of my files, please let me know if you see anything incorrect that could potentially be causing this error. I am trying to get ngrok to work over WAN, it seems to loads on other wifi connections. But I don't get the hook IP in my UI.
Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
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)
#
Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
Browser Exploitation Framework (BeEF) - http://beefproject.com
See the file 'doc/COPYING' for copying permission
#
Enable MSF integration by changing beef.extension.metasploit.enable
to true in BeEF's main config.yaml file.
#
Ensure you load the msgrpc interface in Metasploit before starting BeEF:
msf > load msgrpc ServerHost=127.0.0.1 Pass=abc123 SSL=y
#
Ensure that the IP address supplied to Metasploit with the 'ServerHost'
parameter is the same IP address as specified in beef.extension.metasploit.host
#
Ensure that the IP address specified in beef.extension.metasploit.callback_host
is the publicly accessible IP address for victim connections to Metasploit.
beef: extension: metasploit: name: 'Metasploit' enable: false
Metasploit msgrpc connection options