Files
metasploit-gs/modules/payloads/singles/windows/exec.rb
T
William Vu 64452de06d Fix msf/core and self.class msftidy warnings
Also fixed rex requires.
2017-05-03 15:44:51 -05:00

20 lines
322 B
Ruby

##
# This module requires Metasploit: http://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
require 'msf/core/payload/windows/exec'
###
#
# Executes a command on the target machine
#
###
module MetasploitModule
CachedSize = 192
include Msf::Payload::Windows::Exec
end