Files
metasploit-gs/lib/msf/scripts/meterpreter/file.rb
T
James Lee 18ee35149a move script mixin code into Post mixins and include them back in for backwards compatibility
git-svn-id: file:///home/svn/framework3/trunk@11544 4d416f70-5f16-0410-b530-b9f4589650da
2011-01-11 17:53:24 +00:00

15 lines
134 B
Ruby

require 'msf/core/post/file'
module Msf
module Scripts
module Meterpreter
module Common
include ::Msf::Post::File
end
end
end
end