/
githubmirror
/
metasploit-framework
Обзор
Документация
Войти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
6.4.136
lib/msf.rb
22 строки
535 B
Jeffrey Martin
minor adjustments for scopes
11 мар 2021, 19:04
Не верифицирован
11 мар 2021, 19:04
c61ef79
Код
Авторство
О чём код?
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_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