e78604b603
git-svn-id: file:///home/svn/incoming/trunk@2499 4d416f70-5f16-0410-b530-b9f4589650da
16 lines
157 B
Ruby
16 lines
157 B
Ruby
require 'Msf/Core'
|
|
|
|
module Msf
|
|
|
|
module ExploitEvents
|
|
|
|
def on_exploit_success(exploit, target)
|
|
end
|
|
|
|
def on_exploit_failure(exploit, target)
|
|
end
|
|
|
|
end
|
|
|
|
end
|