2007-02-18 00:10:39 +00:00
|
|
|
##
|
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
|
2007-02-18 00:10:39 +00:00
|
|
|
##
|
|
|
|
|
|
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
|
|
|
|
2015-08-13 11:10:50 -05:00
|
|
|
CachedSize = 192
|
2015-03-09 15:31:04 -05:00
|
|
|
|
2006-02-21 03:10:58 +00:00
|
|
|
include Msf::Payload::Windows::Exec
|
2005-07-11 05:15:30 +00:00
|
|
|
|
2010-04-30 08:40:19 +00:00
|
|
|
end
|