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

21 lines
359 B
XML

<?xml version='1.0' ?>
<Plugin id='31311'>
<Command id='16' name='rmdir'>
<Help>Removes an empty directory.</Help>
<Input>
<Argument name='string' data='directory'>
<Help>Target directory to remove.</Help>
</Argument>
</Input>
<Output>
<Data name='directory' type='string'/>
</Output>
</Command>
</Plugin>