From a02f14b79f7c61940b3649cf044cbd4aa5334c1a Mon Sep 17 00:00:00 2001 From: passbe Date: Sun, 26 Jun 2011 08:31:57 +0000 Subject: [PATCH] Fixed incorrect parameter type git-svn-id: https://beef.googlecode.com/svn/trunk@1025 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- beef | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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