Files
metasploit-gs/lib/msf/scripts/meterpreter/file.rb
T
2020-12-07 10:31:45 +00:00

15 lines
130 B
Ruby

# -*- coding: binary -*-
module Msf
module Scripts
module Meterpreter
module Common
include ::Msf::Post::File
end
end
end
end