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

22 lines
454 B
XML

<?xml version='1.0' ?>
<Plugin id='31001'>
<Command id='24' name='RotateLog'>
<Help>Closes the current EP log and opens a new one.</Help>
<Input>
<Option name='prefix' optional='true'>
<Argument name='userPrefix' data='prefix'/>
<Help>The string to be used as the new log prefix</Help>
</Option>
</Input>
<Output>
<Data name='prefix' type='string'/>
</Output>
</Command>
</Plugin>