8a192dae88
git-svn-id: file:///home/svn/incoming/trunk@2498 4d416f70-5f16-0410-b530-b9f4589650da
26 lines
185 B
Ruby
26 lines
185 B
Ruby
require 'Core'
|
|
|
|
module Msf
|
|
|
|
module SessionEvents
|
|
|
|
def on_session_open(session)
|
|
end
|
|
|
|
def on_session_close(session)
|
|
end
|
|
|
|
end
|
|
|
|
###
|
|
#
|
|
# Session
|
|
# -------
|
|
#
|
|
#
|
|
###
|
|
class Session
|
|
end
|
|
|
|
end
|