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