require 'Msf/Core' module Msf module ExploitEvents def on_exploit_success(exploit, target) end def on_exploit_failure(exploit, target) end end end