shadowbrokers-exploits/windows/Resources/Dsz/Scripts/RequestHandler/NetworkPing.dss
2017-04-14 11:45:07 +02:00

7 lines
151 B
Text

@include "_RequestIncludes.dsi";
@echo off;
#_WaitForOpening();
bool $bRet = _IndirectExection("ping", $ARGV);
#_TaskFinished();
return $bRet;