shadowbrokers-exploits/windows/Resources/Dsz/Commands/CommandLine/UpTime_Command.xml
2017-04-14 11:45:07 +02:00

18 lines
429 B
XML

<?xml version="1.0" ?>
<Plugin providerName="Tasking/Mcl_Cmd_UpTime_Tasking.pyo" providerType="script">
<Command id="0" name="UpTime">
<Help>Retrieves the time since the system was started</Help>
<Input>
<Option name='target' optional='true'>
<Argument name='machine' data='target'/>
</Option>
</Input>
<Output>
<Data name='target' type='string'/>
</Output>
</Command>
</Plugin>