Posts

Showing posts with the label WMI Command Shell Wrapper: WMIcmd

WMI Command Shell Wrapper: WMIcmd

Image
WMI Command Shell Wrapper      When doing low impact investigations and other similar activities you may want to minimize what is written to disk / obvious. This tool allows us to execute commands via WMI and get information not otherwise available via this channel. Purpose A small utility which only uses WMI to execute command shell commands capture stdout from these commands and write to the registry read and then delete from the registry print to local stdout Design The tool us comprised of: a very small subset of the NCC Group internal core library (WMICore) command execution (WMIcmd) Usage C:\Data\NCC\!Code\Git.Public\WMIcmd\WMIcmd\bin\Debug>WMIcmd.exe --help NCC Group WMIcmd 1.0.0.0 Released under AGPL   -h, --host            Host (IP address or hostname - default: localhost)   -u, --username        Username to authenticate with   -p, --password        Password to authenticate wi...