1## 2# This module requires Metasploit: https://metasploit.com/download 3# Current source: https://github.com/rapid7/metasploit-framework 4## 5 6### 7# 8# Executes a command on the target machine 9# 10### 11module MetasploitModule 12 CachedSize = 192 13 14 include Msf::Payload::Windows::Exec 15end 16 17