-
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
Unable to load module configurations #688
Comments
Did you do a 'git pull' and 'bundle install'? |
root@bt:/pentest/web/beef# git show Not sure where the debug log is but I tuned debugging on and got this on load: root@bt:/pentest/web/beef# ruby beef |
Think I figured it out... seems any item like this ["name1","name2] needed to have a space between the comma and the second quote... so it should be ["name1", "name2]. When I made this change to all of the modules that failed to loading they started loading properly, my copy of beef now seems to be working normally. |
I can also see that after doing a 'git pull' this morning the "glassfish_war_upload_xsrf" module would not load until I added the spaces: 25- working: ["FF","S","C"] |
That's strange. I have a fully updated local repo and it is working and loading. |
It was a fresh install of Backtrack 5 R2 and then updated/upgraded via apt root@bt:/pentest/web/beef# uname -a root@bt:/pentest/web/beef# ruby --version |
Ok, I updated to ruby 1.9.3 and I can now confirm that it works with or without the extra space mentioned above in ruby1.9.3, but only with the space in ruby 1.9.2 |
Thanks for let us know. |
Added spaces to comma delemetered data in config.yaml files This should fix an issue reported to affect Ruby 1.9.2
i just cant load the Beef-xss control panel no matter what i do |
any one that can offer help ill apreciate it ... |
@Damage21 Don't post on closed issues unless your issue is related. Search the existing issues and create a new issue if you don't find your answer. |
I just did a fresh install of BT R2 and updated to version 0.4.3.5-alpha via git.
Wwhen I run beef several modules (it seems all the nested ones) are unable to load.
Any ideas where I went wrong?
------ Output of startup-----
root@bt:/pentest/web/beef# ruby beef
[18:13:50][!] Unable to load extension configuration '/pentest/web/beef/extensions/evasion/config.yaml'
[18:13:50][] Browser Exploitation Framework (BeEF)
[18:13:50] | Version 0.4.3.5-alpha
[18:13:50] | Website http://beefproject.com
[18:13:50] | Run 'beef -h' for basic help.
[18:13:50] |_ Run 'git pull' to update to the latest revision.
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/exploits/camera/dlink_dcs_series_csrf/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/exploits/router/dlink_dsl500t_csrf/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/exploits/router/linksys_wrt54g_csrf/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/exploits/router/linksys_befsr41_csrf/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/exploits/router/comtrend_ct5367_csrf/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/exploits/router/bt_home_hub_csrf/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/exploits/router/huawei_smartax_mt880/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/exploits/router/comtrend_ct5624_csrf/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/exploits/router/linksys_wrt54g2_csrf/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/exploits/switch/netgear_gs108t_csrf/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/prompt_dialog/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/link_rewrite_sslstrip/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/rickroll/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/get_page_links/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/link_rewrite/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/mobilesafari_address_spoofing/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/replace_video/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/get_local_storage/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/deface_web_page/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/ajax_fingerprint/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/site_redirect_iframe/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/alert_dialog/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/get_cookie/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/get_page_html/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/get_stored_credentials/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/site_redirect/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/get_session_storage/config.yaml'
[18:13:50][!] Unable to load module configuration '/pentest/web/beef/modules/browser/get_visited_domains/config.yaml'
[18:13:50][] BeEF is loading. Wait a few seconds...
[18:13:51][] 8 extensions loaded:
[18:13:51] | XSSRays
[18:13:51] | Autoloader
[18:13:51] | Demos
[18:13:51] | Admin UI
[18:13:51] | Events
[18:13:51] | Proxy
[18:13:51] | Requester
[18:13:51] |_ Console
[18:13:51][] 73 modules enabled.
[18:13:51][] 2 network interfaces were detected.
[18:13:51][+] running on network interface: 127.0.0.1
[18:13:51] | Hook URL: http://127.0.0.1:40685/hook.js
[18:13:51] |_ UI URL: http://127.0.0.1:40685/ui/panel
[18:13:51][+] running on network interface: 192.168.1.8
[18:13:51] | Hook URL: http://192.168.1.8:40685/hook.js
[18:13:51] |_ UI URL: http://192.168.1.8:40685/ui/panel
[18:13:51][] RESTful API key: 4d9e6751b32e1e3117d48a873ddb65fd11d646c2
[18:13:51][+] HTTP Proxy: http://127.0.0.1:6789
[18:13:51][*] BeEF server started (press control+c to stop)
The text was updated successfully, but these errors were encountered: