metasploit-framework/lib/rex/post/meterpreter/extensions/priv/tlv.rb

14 lines
160 B
Ruby
Raw Normal View History

module Rex
module Post
module Meterpreter
module Extensions
module Priv
TLV_TYPE_SAM_HASHES = TLV_META_TYPE_STRING | (TLV_EXTENSIONS + 1)
end
end
end
end
end