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

The previous commit hard coded the LM hash to the empty value. This commit changes this so that if the LM hash isn't present it'll manually specify the empty one, but use the existing one if it is present.
15 lines
324 B
C
15 lines
324 B
C
/*!
|
|
* @file powershell_runner.h
|
|
* @brief This file is generated, do not modify directly.
|
|
*/
|
|
|
|
#ifndef _METERPRETER_SOURCE_EXTENSION_POWERSHELL_RUNNER_H
|
|
#define _METERPRETER_SOURCE_EXTENSION_POWERSHELL_RUNNER_H
|
|
|
|
#define PSHRUNNER_DLL_LEN 49664
|
|
|
|
extern unsigned char PowerShellRunnerDll[PSHRUNNER_DLL_LEN];
|
|
|
|
#endif
|
|
|