mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-05-06 16:09:38 +02:00

This commit includes the ability to run a single powershell command in the current session.
12 lines
267 B
C
Executable File
12 lines
267 B
C
Executable File
/*!
|
|
* @file powershell_runner.h
|
|
*/
|
|
#ifndef _METERPRETER_SOURCE_EXTENSION_POWERSHELL_RUNNER_H
|
|
#define _METERPRETER_SOURCE_EXTENSION_POWERSHELL_RUNNER_H
|
|
|
|
#define PSHRUNNER_DLL_LEN 14336
|
|
|
|
extern unsigned char PowerShellRunnerDll[PSHRUNNER_DLL_LEN];
|
|
|
|
#endif
|