1# -*- coding: binary -*- 2module Rex 3module Post 4module Meterpreter 5module Extensions 6module Python 7 8# ID for the extension (needs to be a multiple of 1000) 9EXTENSION_ID_PYTHON = 13000 10 11# Associated command ids 12COMMAND_ID_PYTHON_EXECUTE = EXTENSION_ID_PYTHON + 1 13COMMAND_ID_PYTHON_RESET = EXTENSION_ID_PYTHON + 2 14 15end 16end 17end 18end 19end 20 21