/
githubmirror
/
metasploit-framework
Обзор
Документация
Войти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
lib/msf.rb
23 строки
588 B
enp7s0d
Add CertificateTracePresenter with PKINIT certificate hook
16 май 2026, 08:30
16 май 2026, 08:30
fed466f
Код
Авторство
О чём код?
require 'rex/arch' require 'rex/logging' include Rex::Arch include Rex::Logging module Msf LogSource = "core" end require 'msf/core/exception' # TODO: temporary require until we can split up the exceptions file and namespace properly require 'msf/core/constants' require 'msf/core/trace/certificate_trace_presenter' require 'msf_autoload' MsfAutoload.instance NTLM_CONST ||= ::Rex::Proto::NTLM::Constants NTLM_CRYPT ||= ::Rex::Proto::NTLM::Crypt NTLM_UTILS ||= ::Rex::Proto::NTLM::Utils NTLM_BASE ||= ::Rex::Proto::NTLM::Base NTLM_MESSAGE ||= ::Rex::Proto::NTLM::Message