Sha256: 55409bcbe36563a63efc34fd825fa44de5634d8698bcdf9ee4c4576da883185b

Contents?: true

Size: 889 Bytes

Versions: 17

Compression:

Stored size: 889 Bytes

Contents

# -*- coding: binary -*-
module Rex
module Post
module Meterpreter
module Extensions
module Incognito

TLV_TYPE_INCOGNITO_LIST_TOKENS_DELEGATION        	= TLV_META_TYPE_STRING | (TLV_EXTENSIONS + 2)
TLV_TYPE_INCOGNITO_LIST_TOKENS_IMPERSONATION        	= TLV_META_TYPE_STRING | (TLV_EXTENSIONS + 3)
TLV_TYPE_INCOGNITO_LIST_TOKENS_ORDER       	= TLV_META_TYPE_UINT| (TLV_EXTENSIONS + 4)
TLV_TYPE_INCOGNITO_IMPERSONATE_TOKEN    = TLV_META_TYPE_STRING | (TLV_EXTENSIONS + 5)
TLV_TYPE_INCOGNITO_GENERIC_RESPONSE    = TLV_META_TYPE_STRING | (TLV_EXTENSIONS + 6)
TLV_TYPE_INCOGNITO_USERNAME    = TLV_META_TYPE_STRING | (TLV_EXTENSIONS + 7)
TLV_TYPE_INCOGNITO_PASSWORD    = TLV_META_TYPE_STRING | (TLV_EXTENSIONS + 8)
TLV_TYPE_INCOGNITO_SERVERNAME    = TLV_META_TYPE_STRING | (TLV_EXTENSIONS + 9)
TLV_TYPE_INCOGNITO_GROUPNAME    = TLV_META_TYPE_STRING | (TLV_EXTENSIONS + 10)

end
end
end
end
end

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
rex-2.0.13 lib/rex/post/meterpreter/extensions/incognito/tlv.rb
rex-2.0.12 lib/rex/post/meterpreter/extensions/incognito/tlv.rb
rex-2.0.11 lib/rex/post/meterpreter/extensions/incognito/tlv.rb
rex-2.0.10 lib/rex/post/meterpreter/extensions/incognito/tlv.rb
rex-2.0.9 lib/rex/post/meterpreter/extensions/incognito/tlv.rb
rex-2.0.8 lib/rex/post/meterpreter/extensions/incognito/tlv.rb
rex-2.0.7 lib/rex/post/meterpreter/extensions/incognito/tlv.rb
rex-2.0.5 lib/rex/post/meterpreter/extensions/incognito/tlv.rb
rex-2.0.4 lib/rex/post/meterpreter/extensions/incognito/tlv.rb
dstruct-0.0.1 lib/rex/post/meterpreter/extensions/incognito/tlv.rb
rex-2.0.3 lib/rex/post/meterpreter/extensions/incognito/tlv.rb
librex-0.0.999 lib/rex/post/meterpreter/extensions/incognito/tlv.rb
rex-2.0.2 lib/rex/post/meterpreter/extensions/incognito/tlv.rb
librex-0.0.71 lib/rex/post/meterpreter/extensions/incognito/tlv.rb
librex-0.0.70 lib/rex/post/meterpreter/extensions/incognito/tlv.rb
librex-0.0.68 lib/rex/post/meterpreter/extensions/incognito/tlv.rb
librex-0.0.66 lib/rex/post/meterpreter/extensions/incognito/tlv.rb