2013-12-19 14:25:02 +00:00
|
|
|
# -*- coding: binary -*-
|
|
|
|
|
|
|
|
|
|
module Msf
|
2022-09-23 17:41:20 +10:00
|
|
|
class Post
|
|
|
|
|
module Windows
|
|
|
|
|
module ExtAPI
|
|
|
|
|
require 'rex/post/meterpreter/extensions/extapi/command_ids'
|
2013-12-19 14:25:02 +00:00
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
2022-09-23 17:41:20 +10:00
|
|
|
end
|