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

20 lines
515 B
XML

<?xml version="1.0" ?>
<Plugin providerName='Tasking/Mcl_Cmd_NetBios_Tasking.pyo' providerType='script'>
<Command name="NetBios" id="0">
<Help>Displays the NetBios information, such as available services, for the machine.</Help>
<Input>
<Option optional="true" name="target">
<Argument optional="false" name="machinename" data="machinename"/>
</Option>
</Input>
<Output>
<Data type="string" name="machinename"/>
</Output>
</Command>
</Plugin>