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

19 lines
355 B
XML

<?xml version='1.0' ?>
<Plugin id='31313'>
<Command id='16' name='cd'>
<Help>Change the current working directory (within the current process space)</Help>
<Input>
<Argument name='directory' optional='false' data='dir'/>
</Input>
<Output>
<Data name='dir' type='string'/>
</Output>
</Command>
</Plugin>