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

Unable to load module configurations #688

Closed
NS21 opened this issue Jun 1, 2012 · 11 comments
Closed

Unable to load module configurations #688

NS21 opened this issue Jun 1, 2012 · 11 comments
Assignees
Milestone

Comments

@NS21
Copy link

NS21 commented Jun 1, 2012

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)

@antisnatchor
Copy link
Contributor

Did you do a 'git pull' and 'bundle install'?
I'm at version 729336d and works well.
Can you give me your version number, and debug log?
Thanks

@ghost ghost assigned antisnatchor Jun 2, 2012
@NS21
Copy link
Author

NS21 commented Jun 2, 2012

root@bt:/pentest/web/beef# git show
commit 729336d
....

Not sure where the debug log is but I tuned debugging on and got this on load:

root@bt:/pentest/web/beef# ruby beef
[11:07:41][>] Unable to load '/pentest/web/beef/extensions/evasion/config.yaml' syntax error on line 28, col 49: ' [11:07:41][!] Unable to load extension configuration '/pentest/web/beef/extensions/evasion/config.yaml' [11:07:41][>] Loaded extension: 'xssrays' [11:07:41][>] Loaded extension: 'autoloader' [11:07:41][>] Loaded extension: 'demos' [11:07:41][>] Loaded extension: 'admin_ui' [11:07:41][>] Loaded extension: 'events' [11:07:41][>] Loaded extension: 'proxy' [11:07:41][>] Loaded extension: 'requester' [11:07:41][>] Loaded extension: 'console' [11:07:41][*] Browser Exploitation Framework (BeEF) [11:07:41] | Version 0.4.3.5-alpha [11:07:41] | Website http://beefproject.com [11:07:41] | Run 'beef -h' for basic help. [11:07:41] |_ Run 'git pull' to update to the latest revision. [11:07:41][>] Unable to load '/pentest/web/beef/modules/exploits/camera/dlink_dcs_series_csrf/config.yaml' syntax error on line 21, col 42: category: ["Exploits","Camera"]'
[11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/exploits/camera/dlink_dcs_series_csrf/config.yaml'
[11:07:41][>] Unable to load '/pentest/web/beef/modules/exploits/router/dlink_dsl500t_csrf/config.yaml' syntax error on line 19, col 42: category: ["Exploits","Router"]' [11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/exploits/router/dlink_dsl500t_csrf/config.yaml' [11:07:41][>] Unable to load '/pentest/web/beef/modules/exploits/router/linksys_wrt54g_csrf/config.yaml' syntax error on line 19, col 42: category: ["Exploits","Router"]'
[11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/exploits/router/linksys_wrt54g_csrf/config.yaml'
[11:07:41][>] Unable to load '/pentest/web/beef/modules/exploits/router/linksys_befsr41_csrf/config.yaml' syntax error on line 19, col 42: category: ["Exploits","Router"]' [11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/exploits/router/linksys_befsr41_csrf/config.yaml' [11:07:41][>] Unable to load '/pentest/web/beef/modules/exploits/router/comtrend_ct5367_csrf/config.yaml' syntax error on line 19, col 42: category: ["Exploits","Router"]'
[11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/exploits/router/comtrend_ct5367_csrf/config.yaml'
[11:07:41][>] Unable to load '/pentest/web/beef/modules/exploits/router/bt_home_hub_csrf/config.yaml' syntax error on line 19, col 42: category: ["Exploits","Router"]' [11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/exploits/router/bt_home_hub_csrf/config.yaml' [11:07:41][>] Unable to load '/pentest/web/beef/modules/exploits/router/huawei_smartax_mt880/config.yaml' syntax error on line 19, col 42: category: ["Exploits","Router"]'
[11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/exploits/router/huawei_smartax_mt880/config.yaml'
[11:07:41][>] Unable to load '/pentest/web/beef/modules/exploits/router/comtrend_ct5624_csrf/config.yaml' syntax error on line 19, col 42: category: ["Exploits","Router"]' [11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/exploits/router/comtrend_ct5624_csrf/config.yaml' [11:07:41][>] Unable to load '/pentest/web/beef/modules/exploits/router/linksys_wrt54g2_csrf/config.yaml' syntax error on line 19, col 42: category: ["Exploits","Router"]'
[11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/exploits/router/linksys_wrt54g2_csrf/config.yaml'
[11:07:41][>] Unable to load '/pentest/web/beef/modules/exploits/switch/netgear_gs108t_csrf/config.yaml' syntax error on line 19, col 42: category: ["Exploits","Switch"]' [11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/exploits/switch/netgear_gs108t_csrf/config.yaml' [11:07:41][>] Unable to load '/pentest/web/beef/modules/browser/hooked_domain/prompt_dialog/config.yaml' syntax error on line 19, col 48: category: ["Browser","Hooked Domain"]'
[11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/prompt_dialog/config.yaml'
[11:07:41][>] Unable to load '/pentest/web/beef/modules/browser/hooked_domain/link_rewrite_sslstrip/config.yaml' syntax error on line 19, col 48: category: ["Browser","Hooked Domain"]' [11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/link_rewrite_sslstrip/config.yaml' [11:07:41][>] Unable to load '/pentest/web/beef/modules/browser/hooked_domain/rickroll/config.yaml' syntax error on line 19, col 48: category: ["Browser","Hooked Domain"]'
[11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/rickroll/config.yaml'
[11:07:41][>] Unable to load '/pentest/web/beef/modules/browser/hooked_domain/get_page_links/config.yaml' syntax error on line 19, col 48: category: ["Browser","Hooked Domain"]' [11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/get_page_links/config.yaml' [11:07:41][>] Unable to load '/pentest/web/beef/modules/browser/hooked_domain/link_rewrite/config.yaml' syntax error on line 19, col 48: category: ["Browser","Hooked Domain"]'
[11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/link_rewrite/config.yaml'
[11:07:41][>] Unable to load '/pentest/web/beef/modules/browser/hooked_domain/mobilesafari_address_spoofing/config.yaml' syntax error on line 19, col 48: category: ["Browser","Hooked Domain"]' [11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/mobilesafari_address_spoofing/config.yaml' [11:07:41][>] Unable to load '/pentest/web/beef/modules/browser/hooked_domain/replace_video/config.yaml' syntax error on line 19, col 48: category: ["Browser","Hooked Domain"]'
[11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/replace_video/config.yaml'
[11:07:41][>] Unable to load '/pentest/web/beef/modules/browser/hooked_domain/get_local_storage/config.yaml' syntax error on line 19, col 48: category: ["Browser","Hooked Domain"]' [11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/get_local_storage/config.yaml' [11:07:41][>] Unable to load '/pentest/web/beef/modules/browser/hooked_domain/deface_web_page/config.yaml' syntax error on line 19, col 48: category: ["Browser","Hooked Domain"]'
[11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/deface_web_page/config.yaml'
[11:07:41][>] Unable to load '/pentest/web/beef/modules/browser/hooked_domain/ajax_fingerprint/config.yaml' syntax error on line 19, col 48: category: ["Browser","Hooked Domain"]' [11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/ajax_fingerprint/config.yaml' [11:07:41][>] Unable to load '/pentest/web/beef/modules/browser/hooked_domain/site_redirect_iframe/config.yaml' syntax error on line 19, col 48: category: ["Browser","Hooked Domain"]'
[11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/site_redirect_iframe/config.yaml'
[11:07:41][>] Unable to load '/pentest/web/beef/modules/browser/hooked_domain/alert_dialog/config.yaml' syntax error on line 19, col 48: category: ["Browser","Hooked Domain"]' [11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/alert_dialog/config.yaml' [11:07:41][>] Unable to load '/pentest/web/beef/modules/browser/hooked_domain/get_cookie/config.yaml' syntax error on line 19, col 48: category: ["Browser","Hooked Domain"]'
[11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/get_cookie/config.yaml'
[11:07:41][>] Unable to load '/pentest/web/beef/modules/browser/hooked_domain/get_page_html/config.yaml' syntax error on line 19, col 48: category: ["Browser","Hooked Domain"]' [11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/get_page_html/config.yaml' [11:07:41][>] Unable to load '/pentest/web/beef/modules/browser/hooked_domain/get_stored_credentials/config.yaml' syntax error on line 19, col 48: category: ["Browser","Hooked Domain"]'
[11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/get_stored_credentials/config.yaml'
[11:07:41][>] Unable to load '/pentest/web/beef/modules/browser/hooked_domain/site_redirect/config.yaml' syntax error on line 19, col 48: category: ["Browser","Hooked Domain"]' [11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/site_redirect/config.yaml' [11:07:41][>] Unable to load '/pentest/web/beef/modules/browser/hooked_domain/get_session_storage/config.yaml' syntax error on line 19, col 48: category: ["Browser","Hooked Domain"]'
[11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/browser/hooked_domain/get_session_storage/config.yaml'
[11:07:41][>] Unable to load '/pentest/web/beef/modules/browser/get_visited_domains/config.yaml' syntax error on line 24, col 35: ` working: ["FF","IE"]'
[11:07:41][!] Unable to load module configuration '/pentest/web/beef/modules/browser/get_visited_domains/config.yaml'
[11:07:41][>] Soft Load module: 'phonegap_geo_locate'
[11:07:41][>] Soft Load module: 'phonegap_beep'
[11:07:41][>] Soft Load module: 'phonegap_list_files'
[11:07:41][>] Soft Load module: 'phonegap_start_record_audio'
[11:07:41][>] Soft Load module: 'phonegap_stop_record_audio'
[11:07:41][>] Soft Load module: 'phonegap_detect'
[11:07:41][>] Soft Load module: 'phonegap_persistence'
[11:07:41][>] Soft Load module: 'phonegap_file_upload'
[11:07:41][>] Soft Load module: 'test_network_request'
[11:07:41][>] Soft Load module: 'test_return_long_string'
[11:07:41][>] Soft Load module: 'test_return_ascii_chars'
[11:07:41][>] Soft Load module: 'cross_site_printing'
[11:07:41][>] Soft Load module: 'inter_protocol_posix_bindshell'
[11:07:41][>] Soft Load module: 'inter_protocol_imap'
[11:07:41][>] Soft Load module: 'inter_protocol_irc'
[11:07:41][>] Soft Load module: 'dns_tunnel'
[11:07:41][>] Soft Load module: 'inter_protocol_win_bindshell'
[11:07:41][>] Soft Load module: 'clickjacking'
[11:07:41][>] Soft Load module: 'tabnabbing'
[11:07:41][>] Soft Load module: 'fake_flash_update'
[11:07:41][>] Soft Load module: 'pretty_theft'
[11:07:41][>] Soft Load module: 'clippy'
[11:07:41][>] Soft Load module: 'iframe_sniffer'
[11:07:41][>] Soft Load module: 'raw_javascript'
[11:07:41][>] Soft Load module: 'google_search'
[11:07:41][>] Soft Load module: 'iframe_keylogger'
[11:07:41][>] Soft Load module: 'local_file_theft'
[11:07:41][>] Soft Load module: 'detect_protocol_handlers'
[11:07:41][>] Soft Load module: 'Detect_software'
[11:07:41][>] Soft Load module: 'iphone_tel'
[11:07:41][>] Soft Load module: 'physical_location'
[11:07:41][>] Soft Load module: 'get_registry_keys'
[11:07:41][>] Soft Load module: 'detect_google_desktop'
[11:07:41][>] Soft Load module: 'clipboard_theft'
[11:07:41][>] Soft Load module: 'detect_cups'
[11:07:41][>] Soft Load module: 'get_system_info'
[11:07:41][>] Soft Load module: 'get_internal_ip'
[11:07:41][>] Soft Load module: 'get_physical_location'
[11:07:41][>] Soft Load module: 'hook_default_browser'
[11:07:41][>] Soft Load module: 'get_wireless_keys'
[11:07:41][>] Soft Load module: 'detect_soc_nets'
[11:07:41][>] Soft Load module: 'port_scanner'
[11:07:41][>] Soft Load module: 'internal_network_fingerprinting'
[11:07:41][>] Soft Load module: 'detect_tor'
[11:07:41][>] Soft Load module: 'ping_sweep_java'
[11:07:41][>] Soft Load module: 'ping_sweep'
[11:07:41][>] Soft Load module: 'dns_enumeration'
[11:07:41][>] Soft Load module: 'detect_popup_blocker'
[11:07:41][>] Soft Load module: 'detect_firebug'
[11:07:41][>] Soft Load module: 'browser_fingerprinting'
[11:07:41][>] Soft Load module: 'detect_unsafe_activex'
[11:07:41][>] Soft Load module: 'get_visited_urls'
[11:07:41][>] Soft Load module: 'alert_dialog'
[11:07:41][>] Soft Load module: 'unhook'
[11:07:41][>] Soft Load module: 'Play_sound'
[11:07:41][>] Soft Load module: 'vtiger_crm_upload_exploit'
[11:07:41][>] Soft Load module: 'java_payload'
[11:07:41][>] Soft Load module: 'coldfusion_dir_traversal_exploit'
[11:07:41][>] Soft Load module: 'jboss_jmx_upload_exploit'
[11:07:41][>] Soft Load module: 'zenoss_add_user_csrf'
[11:07:41][>] Soft Load module: 'safari_launch_app'
[11:07:41][>] Soft Load module: 'zenoss_daemon_csrf'
[11:07:41][>] Soft Load module: 'windows_mail_client_dos'
[11:07:41][>] Soft Load module: 'activex_command_execution'
[11:07:41][>] Soft Load module: 'man_in_the_browser'
[11:07:41][>] Soft Load module: 'iframe_above'
[11:07:41][>] Soft Load module: 'popunder_window'
[11:07:41][>] Soft Load module: 'send_gvoice_sms'
[11:07:41][>] Soft Load module: 'detect_chrome_extensions'
[11:07:41][>] Soft Load module: 'get_all_cookies'
[11:07:41][>] Soft Load module: 'execute_tabs'
[11:07:41][>] Soft Load module: 'grab_google_contacts'
[11:07:41][>] Soft Load module: 'inject_beef'
[11:07:41][] BeEF is loading. Wait a few seconds...
[11:07:41][>] Server: mounted handler '/hook.js'
[11:07:41][>] Server: mounted handler '/init'
[11:07:41][>] Server: mounted handler '/'
[11:07:41][>] Server: mounted handler '/dh'
[11:07:41][>] Server: mounted handler '/api/hooks'
[11:07:41][>] Server: mounted handler '/api/modules'
[11:07:41][>] Server: mounted handler '/api/logs'
[11:07:41][>] Server: mounted handler '/api/admin'
[11:07:41][>] Server: mounted handler '/xssrays'
[11:07:41][>] Server: mounted handler '/demos/'
[11:07:41][>] Server: mounted handler '/ui/requester'
[11:07:41][>] Server: mounted handler '/ui/proxy'
[11:07:41][>] Server: mounted handler '/ui/modules'
[11:07:41][>] Server: mounted handler '/ui/authentication'
[11:07:41][>] Server: mounted handler '/ui/panel'
[11:07:41][>] Server: mounted handler '/ui/logs'
[11:07:41][>] Server: mounted handler '/ui/xssrays'
[11:07:41][>] Server: mounted handler '/ui/media'
[11:07:41][>] Server: mounted handler '/favicon.ico'
[11:07:41][>] Server: mounted handler '/event'
[11:07:41][>] Server: mounted handler '/proxy'
[11:07:41][>] Server: mounted handler '/requester'
[11:07:41][
] 8 extensions loaded:
[11:07:41] | XSSRays
[11:07:41] | Autoloader
[11:07:41] | Demos
[11:07:41] | Admin UI
[11:07:41] | Events
[11:07:41] | Proxy
[11:07:41] | Requester
[11:07:41] |_ Console
[11:07:41][] 73 modules enabled.
[11:07:41][
] 2 network interfaces were detected.
[11:07:41][+] running on network interface: 127.0.0.1
[11:07:41] | Hook URL: http://127.0.0.1:40685/hook.js
[11:07:41] |_ UI URL: http://127.0.0.1:40685/ui/panel
[11:07:41][+] running on network interface: 192.168.1.8
[11:07:41] | Hook URL: http://192.168.1.8:40685/hook.js
[11:07:41] |_ UI URL: http://192.168.1.8:40685/ui/panel
[11:07:41][] RESTful API key: 61f62fc37c1de1c78b4dd446d3a5a10d9735444b
[11:07:41][+] HTTP Proxy: http://127.0.0.1:6789
[11:07:41][
] BeEF server started (press control+c to stop)

@NS21
Copy link
Author

NS21 commented Jun 2, 2012

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.

@NS21
Copy link
Author

NS21 commented Jun 4, 2012

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"]
25+ working: ["FF", "S", "C"]

@antisnatchor
Copy link
Contributor

That's strange. I have a fully updated local repo and it is working and loading.
What OS you're running? and which Ruby version?

@NS21
Copy link
Author

NS21 commented Jun 4, 2012

It was a fresh install of Backtrack 5 R2 and then updated/upgraded via apt

root@bt:/pentest/web/beef# uname -a
Linux bt 3.2.6 #1 SMP Fri Feb 17 10:34:20 EST 2012 x86_64 GNU/Linux

root@bt:/pentest/web/beef# ruby --version
ruby 1.9.2dev (2010-07-02) [x86_64-linux]

@NS21
Copy link
Author

NS21 commented Jun 4, 2012

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

@antisnatchor
Copy link
Contributor

Thanks for let us know.

@bmantra bmantra mentioned this issue Jun 4, 2012
bcoles added a commit that referenced this issue Jun 5, 2012
Added spaces to comma delemetered data in config.yaml files

This should fix an issue reported to affect Ruby 1.9.2
@bcoles bcoles closed this as completed Jun 5, 2012
@Damage21
Copy link

i just cant load the Beef-xss control panel no matter what i do

@Damage21
Copy link

any one that can offer help ill apreciate it ...

@bcoles
Copy link
Collaborator

bcoles commented Apr 25, 2018

@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.

@beefproject beefproject locked and limited conversation to collaborators Apr 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants