Files
metasploit-gs/modules/payloads/singles/windows/loadlibrary.rb
T
2022-11-04 02:10:58 +00:00

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