Files
metasploit-gs/lib/rex/post/meterpreter/extensions/espia/command_ids.rb
T

19 lines
292 B
Ruby

# -*- coding: binary -*-
module Rex
module Post
module Meterpreter
module Extensions
module Espia
# ID for the extension (needs to be a multiple of 1000)
EXTENSION_ID_ESPIA = 11000
# Associated command ids
COMMAND_ID_ESPIA_IMAGE_GET_DEV_SCREEN = EXTENSION_ID_ESPIA + 1
end
end
end
end
end