2011-05-30 03:44:59 +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
|
2011-05-30 03:44:59 +00:00
|
|
|
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
|
#
|
|
|
|
|
# Executes a command on the target machine
|
|
|
|
|
#
|
|
|
|
|
###
|
2016-03-08 14:02:44 +01:00
|
|
|
module MetasploitModule
|
2011-05-30 03:44:59 +00:00
|
|
|
|
2022-11-04 00:33:03 +00:00
|
|
|
CachedSize = 202
|
2015-03-09 15:31:04 -05:00
|
|
|
|
2011-05-30 03:44:59 +00:00
|
|
|
include Msf::Payload::Windows::LoadLibrary
|
|
|
|
|
|
|
|
|
|
end
|