Module: Rex::Post::Meterpreter::Extensions::Kiwi

Defined in:
lib/rex/post/meterpreter/extensions/kiwi/tlv.rb,
lib/rex/post/meterpreter/extensions/kiwi/kiwi.rb,
lib/rex/post/meterpreter/extensions/kiwi/command_ids.rb

Defined Under Namespace

Classes: Kiwi

Constant Summary collapse

TLV_TYPE_KIWI_CMD =
TLV_META_TYPE_STRING | (TLV_EXTENSIONS + 100)
TLV_TYPE_KIWI_CMD_RESULT =
TLV_META_TYPE_STRING | (TLV_EXTENSIONS + 101)
EXTENSION_ID_KIWI =

ID for the extension (needs to be a multiple of 1000)

8000
COMMAND_ID_KIWI_EXEC_CMD =

Associated command ids

EXTENSION_ID_KIWI + 1