Release Notes
- Refactored the namedpipe communication between the PurpleSharp modules. Using serialized objects provides flexibility and scalability.
- Adding Costura.Fody to avoid having to dependency on the Newtonsoft dll to work with JSON objects. It is now embedded in the PurpleSharp assembly.
- Enhanced lateral movement technique simulations
- Updated ATT&CK Navigator support
- Enhanced Kerberoasting technique simulations
Hotfix
- Fixed issue with /nocleanup parameter
SHA256 Hashes
PurpleSharp_x64.exe - A3FCBDC6BA2D67A65BA3D0802A68551762F3A17E10C0F73EE517764E713E55CE
PurpleSharp_x86.exe - 20FE9B84E43341C428B99F988AE3EE873DFC4987FF4837D902B94AED61DE2710
Download
Some browsers are blocking the assembly download. To circumvent, you can use the following PowerShell line:
Invoke-WebRequest -Uri "https://github.com/mvelazc0/PurpleSharp/releases/download/v1.3/PurpleSharp_x64.exe" -OutFile "PurpleSharp.exe"