2011-05-30 03:44:59 +00:00
|
|
|
##
|
|
|
|
# This file is part of the Metasploit Framework and may be subject to
|
|
|
|
# redistribution and commercial restrictions. Please see the Metasploit
|
2012-02-21 01:40:50 +00:00
|
|
|
# web site for more information on licensing and terms of use.
|
|
|
|
# http://metasploit.com/
|
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
|
|
|
|
|
2013-08-30 21:28:54 +00:00
|
|
|
include Msf::Payload::Windows::LoadLibrary
|
2011-05-30 03:44:59 +00:00
|
|
|
|
|
|
|
end
|