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