Files
metasploit-gs/modules/payloads/singles/windows/exec.rb
T

21 lines
416 B
Ruby
Raw Normal View History

##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
# web site for more information on licensing and terms of use.
# http://metasploit.com/
##
2005-07-11 05:15:30 +00:00
require 'msf/core'
require 'msf/core/payload/windows/exec'
2005-07-11 05:15:30 +00:00
###
#
# Executes a command on the target machine
#
###
module Metasploit3
2005-07-11 05:15:30 +00:00
include Msf::Payload::Windows::Exec
2005-07-11 05:15:30 +00:00
end