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

16 lines
412 B
XML

<?xml version='1.0' ?>
<Plugin id='31344'>
<Command id='16' name='getadmin'>
<Help>Adds the Administrators group to the given process' token.</Help>
<Input>
<Option name='id' optional='true'>
<Argument name='#' data='id'/>
<Help>The id of the process to modify.</Help>
</Option>
</Input>
<Output>
<Data name='id' type='uint32_t'/>
</Output>
</Command>
</Plugin>