Sha256: 47cdd1881830049f661928391efc746975438cef5668171ec385b0b132f5ce1e
Contents?: true
Size: 340 Bytes
Versions: 15
Compression:
Stored size: 340 Bytes
Contents
# -*- coding: binary -*- module Rex module Post module Meterpreter module Extensions module Mimikatz TLV_TYPE_MIMIKATZ_RESULT = TLV_META_TYPE_STRING | (TLV_EXTENSIONS + 1) TLV_TYPE_MIMIKATZ_FUNCTION = TLV_META_TYPE_STRING | (TLV_EXTENSIONS + 2) TLV_TYPE_MIMIKATZ_ARGUMENT = TLV_META_TYPE_STRING | (TLV_EXTENSIONS + 3) end end end end end
Version data entries
15 entries across 15 versions & 3 rubygems