You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Powershell version 2 does not support function name starts with number, so the random function name aliasing to Invoke-Empire & Mimikatz might cause an error when running on powershell 2.
To Reproduce
N/A
Expected behavior
Fix the first identifier of function name aliasing to Invoke-Empire & Mimikatz to letter during setup.
Screenshots
Additional context
N/A
The text was updated successfully, but these errors were encountered:
* fix non-ascii filename downloading error.when download files with non-ascii filename,the 'length' part in the packet is the length of string but not bytes,so throw an index-out-of-bounts error
* fix TLS cipher suite random choice not compatible with powershell 2 on windows 7
* Fix for PS2 function name issue #169
Co-authored-by: tyraniter <tyraniter@gmail.com>
Empire Version
OS Information (Linux flavor, Python version)
Describe the bug
Powershell version 2 does not support function name starts with number, so the random function name aliasing to Invoke-Empire & Mimikatz might cause an error when running on powershell 2.
To Reproduce
N/A
Expected behavior
Fix the first identifier of function name aliasing to Invoke-Empire & Mimikatz to letter during setup.
Screenshots
Additional context
N/A
The text was updated successfully, but these errors were encountered: