1# -*- coding: binary -*- 2module Rex 3module Post 4module Meterpreter 5module Extensions 6module Kiwi 7 8TLV_TYPE_KIWI_CMD = TLV_META_TYPE_STRING | (TLV_EXTENSIONS + 100) 9TLV_TYPE_KIWI_CMD_RESULT = TLV_META_TYPE_STRING | (TLV_EXTENSIONS + 101) 10 11end 12end 13end 14end 15end 16 17