shadowbrokers-exploits/windows/Resources/Ep/Scripts/checkDate.eps
2017-04-14 11:45:07 +02:00

9 lines
324 B
PostScript

@record on;
`regquery -hive L -subkey "software\\microsoft\\windows nt\\currentversion" -value InstallDate`;
@record off;
string $regValues;
$regValues=GetCmdData("value_data");
string $scriptsDir = GetEnv("OpsdiskTools");
`local run -command "perl $ScriptsDir\\installdate.pl $regValues" -redirect installdate`;