Created API Security Path mapping procedures. Fixes issue 340

git-svn-id: https://beef.googlecode.com/svn/trunk@1024 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
passbe
2011-06-26 01:29:11 +00:00
parent 62502cf124
commit 4f467ba6fd
5 changed files with 32 additions and 9 deletions

View File

@@ -23,6 +23,11 @@ module Server
#
module Handler
API_PATHS = {
'pre_http_start' => :pre_http_start,
'mount_handlers' => :mount_handlers
}
#
# This method is being called when the BeEF server mounts handlers
#