2011-05-30 03:44:59 +00:00
|
|
|
##
|
2014-10-17 16:47:33 +00:00
|
|
|
# This module requires Metasploit: http://metasploit.com/download
|
2013-10-15 18:50:46 +00:00
|
|
|
# Current source: https://github.com/rapid7/metasploit-framework
|
2011-05-30 03:44:59 +00:00
|
|
|
##
|
|
|
|
|
|
|
|
require 'msf/core'
|
|
|
|
require 'msf/core/payload/windows/loadlibrary'
|
|
|
|
|
|
|
|
###
|
|
|
|
#
|
|
|
|
# Executes a command on the target machine
|
|
|
|
#
|
|
|
|
###
|
|
|
|
module Metasploit3
|
|
|
|
|
2015-03-09 20:31:04 +00:00
|
|
|
CachedSize = 183
|
|
|
|
|
2013-08-30 21:28:54 +00:00
|
|
|
include Msf::Payload::Windows::LoadLibrary
|
2011-05-30 03:44:59 +00:00
|
|
|
|
|
|
|
end
|