rapid7/metasploit-framework

View on GitHub
modules/payloads/singles/windows/loadlibrary.rb

Summary

Maintainability
A
0 mins
Test Coverage
##
# 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