add local CONST definition
parent
40f1bb223d
commit
25177ef9dc
|
@ -5,6 +5,8 @@ module Exploit::Remote::SMB::Client::Psexec_MS17_010
|
|||
include Msf::Exploit::Remote::SMB::Client::PipeAuditor
|
||||
include Msf::Exploit::Remote::Tcp
|
||||
|
||||
CONST = Rex::Proto::SMB::Constants
|
||||
|
||||
def initialize(info = {})
|
||||
super
|
||||
register_options([
|
||||
|
|
Loading…
Reference in New Issue