diff --git a/beef b/beef index 44d770464..01da76001 100755 --- a/beef +++ b/beef @@ -57,7 +57,7 @@ BeEF::Extension::Console::Banners.print_network_interfaces_count BeEF::Extension::Console::Banners.print_network_interfaces_routes # We dynamically get the list of all browser hook handler using the API and register them -BeEF::API.fire(BeEF::API::Server::Handler, :pre_http_start, http_hook_server) +BeEF::API.fire(BeEF::API::Server::Handler, 'pre_http_start', http_hook_server) # starts the web server http_hook_server.start