Added pre_execute, execute and post_execute to modules.

git-svn-id: https://beef.googlecode.com/svn/trunk@1197 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
passbe
2011-08-17 04:04:32 +00:00
parent 8fe714881a
commit 2e70f86866
37 changed files with 50 additions and 36 deletions

View File

@@ -68,7 +68,7 @@ class Inter_protocol_win_bindshell < BeEF::Core::Command
]
end
def callback
def post_execute
content = {}
content['result'] = @datastore['result'] if not @datastore['result'].nil?
content['fail'] = @datastore['fail'] if not @datastore['fail'].nil?