-
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
[!] API Fire Error: execution expired in {:owner=>BeEF::Extension::Metasploit::API::MetasploitHooks, :id=>22}.post_soft_load() #1322
Comments
Hi @kalifan Try cloning the latest version from GitHub. |
ok, trying with this https://github.com/beefproject/beef.git git clone https://github.com/beefproject/beef.git this is what i need to do? i will try. after i tell you thanks |
I have another question, older metasploit modules must be loaded in this path path: '/usr/share/metasploit-framework/ ? |
i dont know what is wrong,? i following the instruction for install beef. in the older version i never get an error, the problem it is when beef try to login with metasploit. i change the user and password and keep going the problem. in this section beef: |
Make sure you're starting Metasploit RPC with |
fix with correct ssl_version: 'TLS1' |
I dont know... but Y is ok |
Installing bundle install with non root user worked for mr |
Hi @kalifan Using SSL=true is important to protect from sniffing and MitM. It's less important if you're using 127.0.0.1. Regarding the browser image, modern browsers are updated monthly. It's likely that support for the latest version of the hooked browser had not been added at the time of hook. Is everything working now? Can I close this issue? |
Hello friends I have the same problem, I have read your comments of placing ssl = false and ssl_verify = false also does not come out, I put both in true, and I get nothing. extension: |
msf_path: [ |
msf_path: [
{os: 'custom', path: '/home/redeye/metasploit-framework/'}
] Be aware that this functionality may or may not be broken. |
See #1106 (comment) to solve the problem |
i download the last version of beef, 0.4.7.0-alpha and this is the first time i get this error, how could i fix it?
[22:47:41][] Bind socket [imapeudora1] listening on [0.0.0.0:2000].
[22:47:41][] Browser Exploitation Framework (BeEF) 0.4.7.0-alpha
[22:47:41] | Twit: @beefproject
[22:47:41] | Site: http://beefproject.com
[22:47:41] | Blog: http://blog.beefproject.com
[22:47:41] |_ Wiki: https://github.com/beefproject/beef/wiki
[22:47:41][] Project Creator: Wade Alcorn (@wadealcorn)
[22:47:41][] Connecting to Metasploit on 192.168.0.106:55552
[22:47:52][!] API Fire Error: execution expired in {:owner=>BeEF::Extension::Metasploit::API::MetasploitHooks, :id=>22}.post_soft_load()
[22:47:52][] BeEF is loading. Wait a few seconds...
[22:47:54][] 13 extensions enabled.
[22:47:54][] 278 modules enabled.
[22:47:54][] 2 network interfaces were detected.
[22:47:54][+] running on network interface: 127.0.0.1
[22:47:54] | Hook URL: http://127.0.0.1:3000/hook.js
[22:47:54] |_ UI URL: http://127.0.0.1:3000/ui/panel
[22:47:54][+] running on network interface: 192.168.0.106
[22:47:54] | Hook URL: http://192.168.0.106:3000/hook.js
[22:47:54] |_ UI URL: http://192.168.0.106:3000/ui/panel
[22:47:54][] RESTful API key: 0036a83fb2cb68f4b75cc1578029fb1b6f5bb38b
[22:47:54][] HTTP Proxy: http://127.0.0.1:6789
[22:47:54][*] BeEF server started (press control+c to stop)
The text was updated successfully, but these errors were encountered: