
Cobalt Strike AggressorScripts CVE-2020-0796
Modified based on the PoC provided by danigargu, implemented privilege escalation replication on Windows 10, and developed AggressorScripts based on the Reflective DLL project by stephenfewer and the interface provided by CobaltStrike documentation.
This repository is only for exchanging the implementation and testing of Reflective DLL injection, so no Release version is provided. Please compile it yourself.
Specific stability tests have not yet been conducted, welcome to discuss.
Steps: Settings -> Update & Security -> Windows Update, click 'Check for updates'.
Run regedit.exe, open Registry Editor, create a DWORD named DisableCompression under HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters with a value of 1.
Patch address: https://catalog.update.microsoft.com/v7/site/Search.aspx?q=KB4551762
Recommended reading: Building Post-Exploitation Modules via Reflective DLL Injection (Lesson 1)