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

26 lines
632 B
XML

<?xml version='1.0' ?>
<Plugin id='31341'>
<Command id='16' name='processinfo'>
<Help>Gets info on the given process</Help>
<Input>
<Option name='id' optional='true'>
<Argument name='#' data='id'/>
<Help>The id of the process to be queried.</Help>
</Option>
<Option name='elevate' optional='true'>
<Set data="elevate" value="true"/>
<Help>Attempt to elevate to open the process (if necessary).</Help>
</Option>
</Input>
<Output>
<Data name='id' type='uint32_t'/>
<Data name='elevate' type='bool' default='false'/>
</Output>
</Command>
</Plugin>