Module: Msf::ExploitEvent

Defined in:
lib/msf/core/exploit_event.rb

Overview

This module exposes an interface that is used when wanting to receive notifications about events pertaining to exploitation.

Instance Method Summary collapse

Instance Method Details

#on_exploit_success(exploit, session) ⇒ Object

This method is called when an exploit succeeds.



12
13
# File 'lib/msf/core/exploit_event.rb', line 12

def on_exploit_success(exploit, session)
end