/
githubmirror
/
metasploit-framework
Обзор
Документация
Войти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
lib/msf/core/exploit_event.rb
15 строк
281 B
dwelch-r7
Use zeitwerk for lib/msf/core folder
07 дек 2020, 13:31
07 дек 2020, 13:31
1617b3e
Код
Авторство
О чём код?
### # # This module exposes an interface that is used when wanting to receive # notifications about events pertaining to exploitation. # ### module Msf::ExploitEvent # # This method is called when an exploit succeeds. # def on_exploit_success(exploit, session) end end