Skip to content

Commit e972357

Browse files
committed
Fix rapid7#4471, uninitialized constant Msf::Exploit::Remote::SMB::Recog
Fix rapid7#4471 Seems to be specific to Kali
1 parent cecc8ab commit e972357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/msf/core/exploit/smb/client.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
require 'rex/proto/ntlm'
44
require 'rex/proto/dcerpc'
55
require 'rex/encoder/ndr'
6+
require 'recog'
67

78
module Msf
89
module Exploit::Remote::SMB

0 commit comments

Comments
 (0)