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

21 lines
1.8 KiB
XML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version='1.0' ?>
<Plugin id='31310'>
<Command id='16' name='netmon2k'>
<Help>Monitors a machine to determine if the Win2k version of netmon is running.</Help>
<Help>If either netmon.exe or mcsvc.exe are running, you will receive a warning about it.</Help>
<Help>netmon.exe is a stand-alone network monitor like ethereal, which captures all packets.</Help>
<Help>mcsvc.exe is a service program that captures packets in a specialized fashion.</Help>
<Help>This works with Windows 2000</Help>
<Input>
<Option name='update' optional='true'>
<Argument name='number' data='update'/>
<Help>Sets the maximum frequency to update at (seconds).</Help>
<Help>If '0', the automatic updating is disabled.</Help>
<Help>Default: 60</Help>
</Option>
</Input>
<Output>
<Data name='update' type='int32_t' default='60' />
</Output>
</Command>
</Plugin>