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

21 lines
378 B
XML

<?xml version='1.0' ?>
<Plugin id='31301'>
<Command id='16' name='mkdir'>
<Help>Creates a directory.</Help>
<Input>
<Argument name='new_directory' data='directory'>
<Help>Target directory to create.</Help>
</Argument>
</Input>
<Output>
<Data name='directory' type='string'/>
</Output>
</Command>
</Plugin>