Fixed incorrect parameter type
git-svn-id: https://beef.googlecode.com/svn/trunk@1025 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
2
beef
2
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
|
||||
|
||||
Reference in New Issue
Block a user