Fixed wrong mount handler in Proxy extension.

git-svn-id: https://beef.googlecode.com/svn/trunk@1239 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
antisnatchor
2011-08-29 09:14:56 +00:00
parent 1bc314c446
commit ed8a0a4ca2

View File

@@ -31,7 +31,7 @@ module API
end
def self.mount_handler(beef_server)
beef_server.mount('/proxy', false, BeEF::Extension::Events::Handler)
beef_server.mount('/proxy', false, BeEF::Extension::Requester::Handler)
end
end