## https://sploitus.com/exploit?id=F713FC96-A4C0-57B8-96E0-775D9779C0E3
This is an open-source C2 server created for stealth red team operations, specifically designed to bypass AMSI (Advanced Threat and Malware Protection) and other security measures. The server is written in PowerShell and utilizes various modules to achieve its goals.
The server includes several modules, each with its own purpose:
1. **AMSI Bypass**: This module bypasses AMSI by patching the AMSI DLL to prevent it from scanning the malicious code.
2. **ASB Bypass**: This module bypasses the Windows Defender Application Guard (WDAG) by patching the ASB DLL to prevent it from scanning the malicious code.
3. **DA**: This module gathers information about the target system, including the domain, AD domain membership, and system configuration.
4. **Find-PSServiceAccounts**: This module discovers all user accounts configured with a ServicePrincipalName in the Active Directory domain or forest.
5. **Invoke-Kerberoast**: This module performs Kerberoast attacks, which involve obtaining a Kerberos ticket for a service account and then using that ticket to authenticate to a target system.
6. **Invoke-Mimikatz**: This module leverages Mimikatz to dump credentials from the LSASS process without writing the Mimikatz binary to disk.
7. **