shadowbrokers-exploits/windows/Resources/Ep/Commands/CommandLine/rmdir_Command.xml

22 lines
359 B
XML
Raw Normal View History

<?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>