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

32 lines
819 B
XML

<?xml version='1.0' ?>
<Plugin id='31001'>
<Command id='41' name='Throttle'>
<Help>Controls throttling of network traffic.</Help>
<Input>
<Option name='query' optional='false' group='function'>
<Help>Queries throttling value</Help>
<Set data='function' value='0'/>
</Option>
<Option name='enable' optional='false' group='function'>
<Help>Enables throttling</Help>
<Set data='function' value='1'/>
<Argument name='BytesPerSecond' data='bytes'/>
</Option>
<Option name='disable' optional='false' group='function'>
<Help>Disables throttling</Help>
<Set data='function' value='2'/>
</Option>
</Input>
<Output>
<Data name='function' type='uint8_t'/>
<Data name='bytes' type='uint32_t'/>
</Output>
</Command>
</Plugin>