CIMplant
CIMplant is a C# reimplementation and extension of WMImplant, designed to interact with remote systems via WMI or CIM.
It supports both credential-based and current-session authentication, and provides functionality for command execution, data collection, and exfiltration. Local administrator rights on the target are required. Some operations leverage PowerShell internally, indicated with **
in --show-commands
.
# Using the basic_info module
CIMplant.exe "-s dcorp-adminsrv -u <user> -p <pass> -d dollarcorp.moneycorp.local -c basic_info"
# Enumerate the language mode
CIMplant.exe '-s dcorp-adminsrv -u <user> -p <pass> -d dollarcorp.moneycorp.local -c command_exec --execute "$ExecutionContext.SessionState.LanguageMode"'
Last updated
Was this helpful?