shadowbrokers-exploits/windows/Resources/Dsz/Scripts/RequestHandler/DrivesListing.dss

8 lines
153 B
Text
Raw Permalink Normal View History

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