githubEdit

Wmic

Execute binary on local system

wmic.exe process call create c\windows\temp\Shell.exe

Execute binary on remote system

wmic.exe /node:"10.10.10.10" process call create "Shell.exe"

Last updated