metasploit-framework/modules/payloads/singles/windows/loadlibrary.rb

19 lines
290 B
Ruby

##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
###
#
# Executes a command on the target machine
#
###
module MetasploitModule
CachedSize = 202
include Msf::Payload::Windows::LoadLibrary
end