# -*- coding: binary -*- module Rex module Post module Meterpreter module Extensions module Python # ID for the extension (needs to be a multiple of 1000) EXTENSION_ID_PYTHON = 13000 # Associated command ids COMMAND_ID_PYTHON_EXECUTE = EXTENSION_ID_PYTHON + 1 COMMAND_ID_PYTHON_RESET = EXTENSION_ID_PYTHON + 2 end end end end end