Share
## https://sploitus.com/exploit?id=075C8BF7-8C1C-5887-8DCB-914634D0FF91
This is an offensive tool for Windows PowerShell exploitation. It is a collection of PowerShell scripts that can be used to exploit vulnerabilities in Windows systems. The repository contains several modules, including AntivirusBypass and CodeExecution, which provide various functions for bypassing antivirus software and executing code on a target system.

The AntivirusBypass module contains a script called Find-AVSignature, which can be used to locate tiny antivirus signatures. The CodeExecution module contains several scripts, including Invoke-DllInjection, Invoke-ReflectivePEInjection, and Invoke-WmiCommand, which can be used to inject DLLs into a process, reflectively load a DLL into a process, and execute WMI commands, respectively.

The scripts in this repository are designed to be used by an attacker to gain unauthorized access to a target system. They can be used to bypass antivirus software, inject malicious code into a process, and execute system commands. The scripts are written in PowerShell and are designed to be used on Windows systems.

To use the scripts, an attacker would need to have administrative privileges on the target system and would need to have the necessary permissions to execute the scripts. The scripts can be executed from a PowerShell prompt or from a script file.

The repository contains several files, including a Visual Studio solution file (DemoDLL