Skip to content

BlackHat Arsenal 2021

Latest
Compare
Choose a tag to compare
@mvelazc0 mvelazc0 released this 18 Sep 17:14
· 11 commits to master since this release
2efdf00

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:/mvelazc0/PurpleSharp/releases/download/v1.3/PurpleSharp_x64.exe" -OutFile "PurpleSharp.exe"