Fixed incorrect parameter type

git-svn-id: https://beef.googlecode.com/svn/trunk@1025 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
passbe
2011-06-26 08:31:57 +00:00
parent 4f467ba6fd
commit a02f14b79f

2
beef
View File

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