restore a few more mixin aliases for now

GSoC/Meterpreter_Web_Console
Brent Cook 2018-05-08 17:10:01 -05:00
parent 25177ef9dc
commit 4cf834d670
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ module Msf
include Msf::Exploit::Remote::Tcp
include Msf::Exploit::Remote::NTLM::Client
# These constants are unused here, but may be used in some code that
# includes this. Local definitions should be preferred.
SIMPLE = Rex::Proto::SMB::SimpleClient
XCEPT = Rex::Proto::SMB::Exceptions
CONST = Rex::Proto::SMB::Constants
# Alias over the Rex DCERPC protocol modules