Land #18010, Fix edgecase crash when running smb_login with Kerberos auth activated

This commit is contained in:
dwelch-r7 2023-05-22 15:44:33 +01:00 committed by GitHub
commit e27a08a073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ require 'metasploit/framework'
require 'metasploit/framework/tcp/client'
require 'metasploit/framework/login_scanner/base'
require 'metasploit/framework/login_scanner/rex_socket'
require 'metasploit/framework/login_scanner/kerberos'
require 'ruby_smb'
module Metasploit