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

53 lines
1.4 KiB
XML

<?xml version='1.0' ?>
<Plugin id='31400'>
<Command id='16' name='WebTipper'>
<Help>Control the BehavePeking driver</Help>
<Input>
<Option name='name' optional='true'>
<Argument name='driver_name' data='driver'/>
</Option>
<Option name='status' optional='false' group='action'>
<Set data='action' value='0'/>
<Help>Retrieve the current driver status</Help>
</Option>
<Option name='get' optional='false' group='action'>
<Set data='action' value='1'/>
<Help>Retrieve the current packet filter</Help>
</Option>
<Option name='set' optional='false' group='action'>
<Argument name='filter' data='filter'/>
<Set data='action' value='2'/>
<Help>Changes the current packet filter</Help>
</Option>
<Option name='control' optional='false' group='action'>
<Argument name='signal'>
<Value string='start'>
<Set data='control' value='1'/>
</Value>
<Value string='stop'>
<Set data='control' value='2'/>
</Value>
</Argument>
<Set data='action' value='3'/>
<Help>Send a control signal to the driver</Help>
</Option>
</Input>
<Output>
<Data name='driver' type='string' default='mdnwdiag'/>
<Data name='action' type='uint8_t'/>
<Data name='control' type='uint8_t'/>
<Data name='filter' type='string'/>
</Output>
</Command>
</Plugin>