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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
283 B
Ruby
Raw Normal View History

##
2017-07-24 06:26:21 -07:00
# This module requires Metasploit: https://metasploit.com/download
2013-10-15 13:50:46 -05:00
# Current source: https://github.com/rapid7/metasploit-framework
##
2005-07-11 05:15:30 +00:00
###
#
# Executes a command on the target machine
#
###
2016-03-08 14:02:44 +01:00
module MetasploitModule
2005-07-11 05:15:30 +00:00
CachedSize = 192
include Msf::Payload::Windows::Exec
2005-07-11 05:15:30 +00:00
end