3a37749de6
git-svn-id: file:///home/svn/incoming/trunk@3534 4d416f70-5f16-0410-b530-b9f4589650da
21 lines
245 B
Ruby
21 lines
245 B
Ruby
require 'msf/core'
|
|
require 'msf/core/payload/windows/exec'
|
|
|
|
module Msf
|
|
module Payloads
|
|
module Singles
|
|
module Windows
|
|
|
|
###
|
|
#
|
|
# Executes a command on the target machine
|
|
#
|
|
###
|
|
module Exec
|
|
|
|
include Msf::Payload::Windows::Exec
|
|
|
|
end
|
|
|
|
end end end end
|