SharpStrike – A Post Exploitation Tool Written In C# Uses Either CIM Or WMI To Query Remote Systems

GUI version: SharpStrike 2 SharpStrike GUI 799028

Solution Architecture

SharpStrike is composed of three main projects

  1. ServiceLayer — Provides core functionality and consumed by the UI layer
  2. Models — Contains types, shared across all projects
  3. User Interface — GUI/Console

ServiceLayer

  1. Connector.cs

This is where the initial CIM/WMI connections are made and passed to the rest of the application

  1. ExecuteWMI.cs

All function code for the WMI commands

  1. ExecuteCIM.cs

All function code for the CIM (MI) commands

Read more

CIMplant Part 1: Detection of a C# Implementation of WMImplant

WMImplant – A WMI Based Agentless Post-Exploitation RAT Developed in PowerShell

SharpStrike | Post-exploitation tool | CIM & WMI Inside

Download SharpStrike

If you like the site, please consider joining the telegram channel or supporting us on Patreon using the button below.

Discord

Original Source